#include <ivfctl/IvfControllerGroup.h>
Inheritance diagram for CIvfControllerGroup:
Public Member Functions | |
CIvfControllerGroup () | |
virtual | ~CIvfControllerGroup () |
IvfClassInfo ("CIvfControllerGroup", CIvfController) | |
void | addChild (CIvfController *controller) |
void | clear () |
virtual void | doUpdate (double dt) |
virtual void | doAction (CIvfAction *action) |
virtual void | doReset () |
This controller handles a set of controllers as a single controller
actionctl.cpp, and controllers.cpp.
Definition at line 35 of file IvfControllerGroup.h.
|
CIvfControllerGroup constructor |
|
CIvfControllerGroup destructor |
|
Add a controller to the controller group |
|
Virtual update routine This method should be overridden in derived classes to handle incremental time update
Reimplemented from CIvfController. Reimplemented in CIvfActionController. |