kspread
KSpread::Undo Class Reference
List of all members.Detailed Description
Definition at line 663 of file kspread_undo.h.
Public Member Functions | |
| Undo (Doc *_doc) | |
| ~Undo () | |
| void | undo () |
| void | redo () |
| void | clear () |
| void | lock () |
| void | unlock () |
| bool | isLocked () const |
| bool | hasUndoActions () const |
| bool | hasRedoActions () const |
| void | appendUndo (UndoAction *_action) |
| QString | getUndoName () |
| QString | getRedoName () |
Protected Attributes | |
| QPtrStack< UndoAction > | m_stckUndo |
| QPtrStack< UndoAction > | m_stckRedo |
| Doc * | m_pDoc |
The documentation for this class was generated from the following files:

