viewcursordcopinterface.cpp
bool setCursorPositionReal(uint line, uint col)
Set the cursor position, use 1 character per tab.
Definition: viewcursordcopinterface.cpp:45
void cursorPositionReal(uint line, uint col)
Get the cursor position, calculated with 1 character per tab.
Definition: viewcursordcopinterface.cpp:35
ViewCursorDCOPInterface(ViewCursorInterface *Parent, const char *name)
Construct a new interface object for the text editor.
Definition: viewcursordcopinterface.cpp:9
void cursorPosition(uint line, uint col)
Get the cursor position.
Definition: viewcursordcopinterface.cpp:30
bool setCursorPosition(uint line, uint col)
Set the cursor position.
Definition: viewcursordcopinterface.cpp:40
class TQPoint cursorCoordinates()
Get the current cursor coordinates in pixels.
Definition: viewcursordcopinterface.cpp:25
virtual ~ViewCursorDCOPInterface()
Destructor Cleans up the object.
Definition: viewcursordcopinterface.cpp:15
This is an interface to access the text cursor of a View class.
Definition: viewcursorinterface.h:34
virtual class TQPoint cursorCoordinates()=0
Get the current cursor coordinates in pixels.
virtual bool setCursorPosition(unsigned int line, unsigned int col)=0
Set the cursor position.
virtual bool setCursorPositionReal(unsigned int line, unsigned int col)=0
Set the cursor position, use 1 character per tab.
virtual void cursorPositionReal(unsigned int *line, unsigned int *col)=0
Get the cursor position, calculated with 1 character per tab.
virtual void cursorPosition(unsigned int *line, unsigned int *col)=0
Get the cursor position.
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10