#include <ivfctl/IvfAction.h>
Inheritance diagram for CIvfAction:
Public Member Functions | |
CIvfAction () | |
virtual | ~CIvfAction () |
IvfClassInfo ("CIvfAction", CIvfBase) | |
void | setActionType (int type) |
int | getActionType () |
void | setIntParam (int param) |
int | getIntParam () |
void | setDoubleParam (double param) |
double | getDoubleParam () |
void | setTime (double time) |
double | getTime () |
void | setTarget (CIvfController *controller) |
CIvfController * | getTarget () |
Defines an action used in the CIvfActionController class.
actionctl.cpp, and controllers.cpp.
Definition at line 36 of file IvfAction.h.
|
CIvfAction constructor |
|
CIvfAction destructor |
|
Return type of action
|
|
Return double parameter of action |
|
Return integer parameter of action |
|
Return target controller |
|
Return time of excecution Referenced by SActionCmp::operator()(). |
|
Set type of action,
|
|
Set double parameter of action |
|
Set integer parameter of action |
|
Set action target controller This method sets the controller to received the action at the specified execution time |
|
Set time of execution Used by the CIvfActionController class
|