UndoWrapperCommand Class Reference
Class UndoWrapperCommand is used to help migration from custom KSpreadUndoAction to KCommand-based system. More...
#include <commands.h>
Collaboration diagram for UndoWrapperCommand:

Public Member Functions | |
UndoWrapperCommand (KSpreadUndoAction *undoAction) | |
virtual void | execute () |
virtual void | unexecute () |
virtual QString | name () const |
Protected Attributes | |
KSpreadUndoAction * | undoAction |
Detailed Description
Class UndoWrapperCommand is used to help migration from custom KSpreadUndoAction to KCommand-based system.See KSpreadDoc::addCommand for more information.
Definition at line 86 of file commands.h.
The documentation for this class was generated from the following files: