Public Member Functions | |
void | registerParameters (StateP state) |
Register parameters with the Registry. Called before Operator::initialize. | |
bool | initialize (StateP state) |
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used! | |
bool | operate (StateP state) |
perform the designated operation |
Definition at line 5 of file main.cpp.
bool Zapis::initialize | ( | StateP | ) | [inline, virtual] |
Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!
Reimplemented from Operator.