|
| ||||||||||||||
This is an interface for the KTextEditor::View class !!!
| ViewCursorInterface ()
| ViewCursorInterface |
| ~ViewCursorInterface ()
| ~ViewCursorInterface |
[virtual]
| unsigned int viewCursorInterfaceNumber ()
| viewCursorInterfaceNumber |
[const]
| void setViewCursorInterfaceDCOPSuffix (const QCString &suffix)
| setViewCursorInterfaceDCOPSuffix |
[protected]
| 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: root on macppc.ports.openbsd.org on Sat Sep 6 10:38:11 2003, using kdoc 2.0a54. |