viewcursorinterface.h
This is an interface to access the text cursor of a View class.
Definition: viewcursorinterface.h:34
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