#include <iundo.h>
Public Member Functions | |
UndoableCommand (const std::string &command) | |
~UndoableCommand () | |
Private Attributes | |
const std::string | _command |
Definition at line 163 of file iundo.h.
UndoableCommand::UndoableCommand | ( | const std::string & | command | ) | [inline] |
Definition at line 167 of file iundo.h.
References GlobalUndoSystem(), and UndoSystem::start().
UndoableCommand::~UndoableCommand | ( | ) | [inline] |
Definition at line 172 of file iundo.h.
References _command, UndoSystem::finish(), and GlobalUndoSystem().
const std::string UndoableCommand::_command [private] |
Definition at line 165 of file iundo.h.
Referenced by ~UndoableCommand().