#include <Command.h>
Inheritance diagram for TSE3::Cmd::VariableSetCommand< cls_type, arg_type, param_type, getmfn, setmfn >:
Public Member Functions | |
VariableSetCommand (cls_type *cls, param_type arg, const std::string &title) | |
virtual | ~VariableSetCommand () |
Protected Member Functions | |
virtual void | executeImpl () |
virtual void | undoImpl () |
A template class for implementing Command objects that set a particular class' variable state.
The template takes five parameters:
|
|
|
|
|
Implements TSE3::Cmd::Command. |
|
Implements TSE3::Cmd::Command. |