#include <staterecorder.h>
Public Member Functions | |
| virtual void | Undo (bool command)=0 |
| virtual void ScEng::StateContainer::Undo | ( | bool | command | ) | [pure virtual] |
The container must restore all the previous state on this method. This method can be called either by the system, for example by manipulators to restore the state before applying the change again, or by the user using the undo command. When the method is called by the command, this container should store a Redo level. param command if true, this method was called by the user. If false, it was called by the system.
1.5.1-p1