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

Public Methods | |
bool | nextNonSpaceChar () |
bool | previousNonSpaceChar () |
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 160 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 173 of file katecursor.cpp. |
The documentation for this class was generated from the following files: