#include <ivfctl/IvfActionController.h>
Inheritance diagram for CIvfActionController:

Public Member Functions | |
| CIvfActionController () | |
| virtual | ~CIvfActionController () |
| IvfClassInfo ("CIvfActionController", CIvfControllerGroup) | |
| void | addAction (CIvfAction *action) |
| void | clear () |
| void | setTolerance (double tol) |
| virtual void | doUpdate (double dt) |
| virtual void | doActivate () |
| virtual void | doReset () |
Class for sequencing actions for controlling dynamic scenes
Definition at line 44 of file IvfActionController.h.
|
|
CIvfActionController constructor |
|
|
CIvfActionController destructor |
|
|
Add action to controller Actions will be sorted and executed in order |
|
|
Clear (delete) all actions in controller Reimplemented from CIvfControllerGroup. |
|
|
Virtual update routine This method should be overridden in derived classes to handle incremental time update
Reimplemented from CIvfControllerGroup. |
|
|
Set time tolerance for accepting an action |
1.4.6-NO