Kate
KateRenderRange Class Reference
#include <katerenderrange.h>
Inheritance diagram for KateRenderRange:

Detailed Description
Definition at line 32 of file katerenderrange.h.
Public Member Functions | |
virtual bool | advanceTo (const KTextEditor::Cursor &pos) const =0 |
virtual KTextEditor::Attribute::Ptr | currentAttribute () const =0 |
virtual KTextEditor::Cursor | nextBoundary () const =0 |
virtual | ~KateRenderRange () |
Constructor & Destructor Documentation
virtual KateRenderRange::~KateRenderRange | ( | ) | [inline, virtual] |
Definition at line 35 of file katerenderrange.h.
Member Function Documentation
virtual bool KateRenderRange::advanceTo | ( | const KTextEditor::Cursor & | pos | ) | const [pure virtual] |
Implemented in SmartRenderRange, and NormalRenderRange.
virtual KTextEditor::Attribute::Ptr KateRenderRange::currentAttribute | ( | ) | const [pure virtual] |
Implemented in SmartRenderRange, and NormalRenderRange.
virtual KTextEditor::Cursor KateRenderRange::nextBoundary | ( | ) | const [pure virtual] |
Implemented in SmartRenderRange, and NormalRenderRange.
The documentation for this class was generated from the following file: