ScEng::StateContainer Class Reference

Virtual interface for an object that stores state and can restore it on demand. More...

#include <staterecorder.h>

List of all members.

Public Member Functions

virtual void Undo (bool command)=0


Detailed Description

Virtual interface for an object that stores state and can restore it on demand.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Thu Sep 6 10:49:23 2007 for SceneEngine by  doxygen 1.5.1-p1