#include <ivf/IvfCompositeState.h>
Inheritance diagram for CIvfCompositeState:
Public Member Functions | |
CIvfCompositeState () | |
virtual | ~CIvfCompositeState () |
IvfClassInfo ("CIvfCompositeState", CIvfRenderState) | |
void | addChild (CIvfRenderState *state) |
void | clear () |
virtual void | doRestoreState () |
virtual void | doState () |
virtual void | doSaveState () |
This class is used to manage a composite set of CIvfRenderState derived states.
Definition at line 40 of file IvfCompositeState.h.
|
CIvfCompositeState constructor |
|
CIvfCompositeState destructor |
|
Add CIvfRenderState derived state |
|
Clear all states |
|
Restore state to previous state Should be overidden by derived classes. Reimplemented from CIvfRenderState. |
|
Save the current state Should be overidden by derived classes. Reimplemented from CIvfRenderState. |
|
Apply new state Should be overidden by derived classes. Reimplemented from CIvfRenderState. |