Kate
KateRange Class Reference
#include <katecursor.h>
Inheritance diagram for KateRange:
Public Member Functions | |
virtual const KateTextCursor & | end () const =0 |
virtual KateTextCursor & | end ()=0 |
virtual bool | isValid () const =0 |
KateRange () | |
virtual const KateTextCursor & | start () const =0 |
virtual KateTextCursor & | start ()=0 |
virtual | ~KateRange () |
Detailed Description
Definition at line 144 of file katecursor.h.
Constructor & Destructor Documentation
KateRange::KateRange | ( | ) | [inline] |
Definition at line 147 of file katecursor.h.
virtual KateRange::~KateRange | ( | ) | [inline, virtual] |
Definition at line 148 of file katecursor.h.
Member Function Documentation
virtual const KateTextCursor& KateRange::end | ( | ) | const [pure virtual] |
Implemented in KateTextRange, and KateSuperRange.
virtual KateTextCursor& KateRange::end | ( | ) | [pure virtual] |
Implemented in KateTextRange, and KateSuperRange.
virtual bool KateRange::isValid | ( | ) | const [pure virtual] |
Implemented in KateTextRange, and KateSuperRange.
virtual const KateTextCursor& KateRange::start | ( | ) | const [pure virtual] |
Implemented in KateTextRange, and KateSuperRange.
virtual KateTextCursor& KateRange::start | ( | ) | [pure virtual] |
Implemented in KateTextRange, and KateSuperRange.
The documentation for this class was generated from the following file: