#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.
Constructor & Destructor Documentation
◆ EditInterfaceExt()
EditInterfaceExt::EditInterfaceExt | ( | ) |
Definition at line 27 of file editinterfaceext.cpp.
◆ ~EditInterfaceExt()
|
virtual |
Definition at line 34 of file editinterfaceext.cpp.
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.
◆ editInterfaceExtNumber()
uint EditInterfaceExt::editInterfaceExtNumber | ( | ) | const |
Definition at line 38 of file editinterfaceext.cpp.
Friends And Related Function Documentation
◆ PrivateEditInterfaceExt
|
friend |
Definition at line 36 of file editinterfaceext.h.
The documentation for this class was generated from the following files: