|
|
This is an interface for the KTextEditor::View class !!!
ViewCursorInterface ()
| ViewCursorInterface |
~ViewCursorInterface ()
| ~ViewCursorInterface |
[virtual]
unsigned int viewCursorInterfaceNumber ()
| viewCursorInterfaceNumber |
[const]
class QPoint cursorCoordinates ()
| cursorCoordinates |
[pure virtual]
Get the current cursor coordinates in pixels.
void cursorPosition (unsigned int *line, unsigned int *col)
| cursorPosition |
[pure virtual]
Get the cursor position
void cursorPositionReal (unsigned int *line, unsigned int *col)
| cursorPositionReal |
[pure virtual]
Get the cursor position, calculated with 1 character per tab
bool setCursorPosition (unsigned int line, unsigned int col)
| setCursorPosition |
[pure virtual]
Set the cursor position
bool setCursorPositionReal (unsigned int line, unsigned int col)
| setCursorPositionReal |
[pure virtual]
Set the cursor position, use 1 character per tab
unsigned int cursorLine ()
| cursorLine |
[pure virtual]
unsigned int cursorColumn ()
| cursorColumn |
[pure virtual]
unsigned int cursorColumnReal ()
| cursorColumnReal |
[pure virtual]
void cursorPositionChanged ()
| cursorPositionChanged |
[pure virtual]
Generated by: dfaure on faure on Tue Apr 16 08:51:19 2002, using kdoc 2.0a53. |