|
|
A template class for implementing Command objects that set a particular class' variable state.
The template takes five parameters:
VariableSetCommand (cls_type *cls, param_type arg,
const std::string &title)
| VariableSetCommand |
~VariableSetCommand ()
| ~VariableSetCommand |
[virtual]
void executeImpl ()
| executeImpl |
[protected virtual]
Reimplemented from Command for internal purposes..
void undoImpl ()
| undoImpl |
[protected virtual]
Reimplemented from Command for internal purposes..