KateTextRange Class Reference
Inheritance diagram for KateTextRange:

Detailed Description
Definition at line 157 of file katecursor.h.
Public Member Functions | |
KateTextRange () | |
KateTextRange (int startline, int startcol, int endline, int endcol) | |
KateTextRange (const KateTextCursor &start, const KateTextCursor &end) | |
virtual | ~KateTextRange () |
virtual bool | isValid () const |
void | setValid (bool valid) |
virtual KateTextCursor & | start () |
virtual KateTextCursor & | end () |
virtual const KateTextCursor & | start () const |
virtual const KateTextCursor & | end () const |
int | cursorInRange (const KateTextCursor &cursor) const |
void | normalize () |
Protected Attributes | |
KateTextCursor | m_start |
KateTextCursor | m_end |
bool | m_valid |
The documentation for this class was generated from the following file: