KTextEditor::ViewCursorInterface Class Reference
This is an interface for the KTextEditor::View class !!! More...
#include <viewcursorinterface.h>
Public Methods | |
virtual class QPoint | cursorCoordinates ()=0 |
Get the current cursor coordinates in pixels. | |
virtual void | cursorPosition (unsigned int *line, unsigned int *col)=0 |
Get the cursor position. | |
virtual void | cursorPositionReal (unsigned int *line, unsigned int *col)=0 |
Get the cursor position, calculated with 1 character per tab. | |
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. |
Detailed Description
This is an interface for the KTextEditor::View class !!!
Definition at line 31 of file viewcursorinterface.h.
Member Function Documentation
|
Get the current cursor coordinates in pixels.
|
|
Get the cursor position.
|
|
Get the cursor position, calculated with 1 character per tab.
|
|
Set the cursor position.
|
|
Set the cursor position, use 1 character per tab.
|
The documentation for this class was generated from the following files: