KTextEditor::EditInterfaceExt Class Referenceabstract
#include <editinterfaceext.h>
Public Member Functions | |
uint | editInterfaceExtNumber () const |
virtual void | editBegin ()=0 |
virtual void | editEnd ()=0 |
Friends | |
class | PrivateEditInterfaceExt |
Detailed Description
This is the main interface for accessing and modifying text of the Document class.
Definition at line 34 of file editinterfaceext.h.
Member Function Documentation
◆ 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...
◆ editEnd()
|
pure virtual |
End and editing sequence.
The documentation for this class was generated from the following files: