Kate
KateTextRange Class Reference
#include <katecursor.h>
Inheritance diagram for KateTextRange:
Public Member Functions | |
int | cursorInRange (const KateTextCursor &cursor) const |
virtual const KateTextCursor & | end () const |
virtual KateTextCursor & | end () |
virtual bool | isValid () const |
KateTextRange (const KateTextCursor &start, const KateTextCursor &end) | |
KateTextRange (int startline, int startcol, int endline, int endcol) | |
KateTextRange () | |
void | normalize () |
void | setValid (bool valid) |
virtual const KateTextCursor & | start () const |
virtual KateTextCursor & | start () |
virtual | ~KateTextRange () |
Protected Attributes | |
KateTextCursor | m_end |
KateTextCursor | m_start |
bool | m_valid |
Detailed Description
Definition at line 157 of file katecursor.h.
Constructor & Destructor Documentation
KateTextRange::KateTextRange | ( | ) | [inline] |
Definition at line 160 of file katecursor.h.
Definition at line 165 of file katecursor.h.
KateTextRange::KateTextRange | ( | const KateTextCursor & | start, | |
const KateTextCursor & | end | |||
) | [inline] |
Definition at line 173 of file katecursor.h.
virtual KateTextRange::~KateTextRange | ( | ) | [inline, virtual] |
Definition at line 181 of file katecursor.h.
Member Function Documentation
int KateTextRange::cursorInRange | ( | const KateTextCursor & | cursor | ) | const [inline] |
Definition at line 197 of file katecursor.h.
virtual const KateTextCursor& KateTextRange::end | ( | ) | const [inline, virtual] |
virtual KateTextCursor& KateTextRange::end | ( | ) | [inline, virtual] |
virtual bool KateTextRange::isValid | ( | ) | const [inline, virtual] |
void KateTextRange::normalize | ( | ) | [inline] |
Definition at line 201 of file katecursor.h.
void KateTextRange::setValid | ( | bool | valid | ) | [inline] |
Definition at line 184 of file katecursor.h.
virtual const KateTextCursor& KateTextRange::start | ( | ) | const [inline, virtual] |
virtual KateTextCursor& KateTextRange::start | ( | ) | [inline, virtual] |
Member Data Documentation
KateTextCursor KateTextRange::m_end [protected] |
Definition at line 207 of file katecursor.h.
KateTextCursor KateTextRange::m_start [protected] |
Definition at line 207 of file katecursor.h.
bool KateTextRange::m_valid [protected] |
Definition at line 208 of file katecursor.h.
The documentation for this class was generated from the following file: