interfaces
KTextEditor::EditInterfaceExt Class Reference
This is the main interface for accessing and modifying text of the Document class. More...
#include <editinterfaceext.h>
Public Member Functions | |
virtual void | editBegin ()=0 |
virtual void | editEnd ()=0 |
EditInterfaceExt () | |
uint | editInterfaceExtNumber () const |
virtual | ~EditInterfaceExt () |
Detailed Description
This is the main interface for accessing and modifying text of the Document class.Definition at line 34 of file editinterfaceext.h.
Constructor & Destructor Documentation
EditInterfaceExt::EditInterfaceExt | ( | ) |
Definition at line 27 of file editinterfaceext.cpp.
EditInterfaceExt::~EditInterfaceExt | ( | ) | [virtual] |
Definition at line 34 of file editinterfaceext.cpp.
Member Function Documentation
virtual void KTextEditor::EditInterfaceExt::editBegin | ( | ) | [pure virtual] |
Begin an editing sequence.
Edit commands during this sequence will be bunched together such that they represent a single undo command in the editor, and so that repaint events do not occur inbetween.
Your application should not return control to the event loop while it has an unterminated (no matching editEnd() call) editing sequence (result undefined) - so do all of your work in one go...
virtual void KTextEditor::EditInterfaceExt::editEnd | ( | ) | [pure virtual] |
End and editing sequence.
uint EditInterfaceExt::editInterfaceExtNumber | ( | ) | const |
Definition at line 38 of file editinterfaceext.cpp.
The documentation for this class was generated from the following files: