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