CommandHistory Class Reference
#include <kexitabledesignerview_p.h>
Inheritance diagram for CommandHistory:

Public Slots | |
| virtual void | undo () |
| virtual void | redo () |
Public Member Functions | |
| CommandHistory (KActionCollection *actionCollection, bool withMenus=true) | |
| const QPtrList< KCommand > & | commands () const |
| void | addCommand (KCommand *command, bool execute=true) |
Protected Attributes | |
| QPtrList< KCommand > | m_commandsToUndo |
| QPtrList< KCommand > | m_commandsToRedo |
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 56 of file kexitabledesignerview_p.cpp. |
Member Function Documentation
|
||||||||||||
|
Definition at line 66 of file kexitabledesignerview_p.cpp. References m_commandsToUndo. Referenced by KexiTableDesignerView::addHistoryCommand(). |
|
|
Definition at line 56 of file kexitabledesignerview_p.h. References m_commandsToUndo. Referenced by KexiTableDesignerView::buildAlterTableActions(). |
|
|
Definition at line 81 of file kexitabledesignerview_p.cpp. References m_commandsToRedo, and m_commandsToUndo. Referenced by KexiTableDesignerView::slotRedo(). |
|
|
Definition at line 72 of file kexitabledesignerview_p.cpp. References m_commandsToRedo, and m_commandsToUndo. Referenced by KexiTableDesignerView::slotUndo(). |
Member Data Documentation
|
|
Definition at line 65 of file kexitabledesignerview_p.h. |
|
|
Definition at line 65 of file kexitabledesignerview_p.h. Referenced by addCommand(), commands(), redo(), and undo(). |
The documentation for this class was generated from the following files:
