KTextEditor::UndoInterface Class Reference
This is an interface to undo functionality of a Document. More...
#include <undointerface.h>
| Public Member Functions | |
| unsigned int | undoInterfaceNumber () const | 
| virtual void | undo ()=0 | 
| virtual void | redo ()=0 | 
| virtual void | clearUndo ()=0 | 
| virtual void | clearRedo ()=0 | 
| virtual unsigned int | undoCount () const=0 | 
| virtual unsigned int | redoCount () const=0 | 
| virtual unsigned int | undoSteps () const=0 | 
| virtual void | setUndoSteps (unsigned int steps)=0 | 
| virtual void | undoChanged ()=0 | 
| Protected Member Functions | |
| void | setUndoInterfaceDCOPSuffix (const QCString &suffix) | 
| Friends | |
| class | PrivateUndoInterface | 
Detailed Description
This is an interface to undo functionality of a Document.
Definition at line 30 of file undointerface.h.
Member Function Documentation
| 
 | 
| returns the maximum of undo steps possible, 0 means no limit ! 
 | 
The documentation for this class was generated from the following files:

