#include <viewcursorinterface.h>
This is an interface to access the text cursor of a View class.
Definition at line 33 of file viewcursorinterface.h.
◆ ViewCursorInterface()
ViewCursorInterface::ViewCursorInterface |
( |
| ) |
|
◆ ~ViewCursorInterface()
ViewCursorInterface::~ViewCursorInterface |
( |
| ) |
|
|
virtual |
◆ cursorCoordinates()
virtual class TQPoint KTextEditor::ViewCursorInterface::cursorCoordinates |
( |
| ) |
|
|
pure virtual |
Get the current cursor coordinates in pixels.
◆ cursorPosition()
virtual void KTextEditor::ViewCursorInterface::cursorPosition |
( |
unsigned int * |
line, |
|
|
unsigned int * |
col |
|
) |
| |
|
pure virtual |
◆ cursorPositionReal()
virtual void KTextEditor::ViewCursorInterface::cursorPositionReal |
( |
unsigned int * |
line, |
|
|
unsigned int * |
col |
|
) |
| |
|
pure virtual |
Get the cursor position, calculated with 1 character per tab.
◆ setCursorPosition()
virtual bool KTextEditor::ViewCursorInterface::setCursorPosition |
( |
unsigned int |
line, |
|
|
unsigned int |
col |
|
) |
| |
|
pure virtual |
◆ setCursorPositionReal()
virtual bool KTextEditor::ViewCursorInterface::setCursorPositionReal |
( |
unsigned int |
line, |
|
|
unsigned int |
col |
|
) |
| |
|
pure virtual |
Set the cursor position, use 1 character per tab.
◆ setViewCursorInterfaceDCOPSuffix()
void ViewCursorInterface::setViewCursorInterfaceDCOPSuffix |
( |
const TQCString & |
suffix | ) |
|
|
protected |
◆ viewCursorInterfaceNumber()
unsigned int ViewCursorInterface::viewCursorInterfaceNumber |
( |
| ) |
const |
◆ PrivateViewCursorInterface
friend class PrivateViewCursorInterface |
|
friend |
The documentation for this class was generated from the following files: