This class describes a group of undo commands.
|
|
virtual std::string | getName () const |
| |
|
virtual bool | isCommand () const |
| |
|
virtual bool | isCommandGroup () const |
| |
|
|
virtual void | print (unsigned int offset=0) const |
| |
|
|
| SBCUndoCommandGroup (const std::string &n) |
| |
|
virtual | ~SBCUndoCommandGroup () |
| |
|
|
virtual void | addChild (SBCUndoCommand *undoCommand) |
| |
|
virtual unsigned int | getNumberOfCommands () const |
| |
|
|
virtual void | redo () |
| |
|
virtual void | undo () |
| |
|
Protected Member Functions inherited from SBCUndoCommand |
|
| SBCUndoCommand (SBCUndoCommandData *dataPointer) |
| |
Protected Attributes inherited from SBCUndoCommand |
|
SBCUndoCommandData * | dataPointer |
| |