KateDocCursor Class Reference
Cursor class with a pointer to its document. More...
#include <katecursor.h>
Inheritance diagram for KateDocCursor:


Public Member Functions | |
KateDocCursor (KateDocument *doc) | |
KateDocCursor (int line, int col, KateDocument *doc) | |
bool | validPosition (uint line, uint col) |
bool | validPosition () |
bool | gotoNextLine () |
bool | gotoPreviousLine () |
bool | gotoEndOfNextLine () |
bool | gotoEndOfPreviousLine () |
int | nbCharsOnLineAfter () |
bool | moveForward (uint nbChar) |
bool | moveBackward (uint nbChar) |
void | position (uint *line, uint *col) const |
bool | setPosition (uint line, uint col) |
bool | insertText (const QString &text) |
bool | removeText (uint numberOfCharacters) |
QChar | currentChar () const |
uchar | currentAttrib () const |
bool | nextNonSpaceChar () |
bool | previousNonSpaceChar () |
Protected Attributes | |
KateDocument * | m_doc |
Detailed Description
Cursor class with a pointer to its document.
Definition at line 78 of file katecursor.h.
Member Function Documentation
|
Find the position (line and col) of the next char that is not a space. If found KateDocCursor points to the found character. Otherwise to a invalid Position such that validPosition() returns false.
Definition at line 165 of file katecursor.cpp. |
|
Find the position (line and col) of the previous char that is not a space. If found KateDocCursor points to the found character. Otherwise to a invalid Position such that validPosition() returns false.
Definition at line 178 of file katecursor.cpp. |
The documentation for this class was generated from the following files: