![]() |
Public API Reference |
This interface is implemented by the trigger that fires when a certain time has expired. More...
#include <tools/triggers.h>
Public Member Functions | |
| virtual void | SetTimeoutParameter (const char *timeout_par)=0 |
| Set the timeout on which this trigger will fire. | |
This interface is implemented by the trigger that fires when a certain time has expired.
You can query this interface from the trigger factory if you want to manually control this factory as opposed to loading its definition from an XML document.
The predefined name of this trigger type is 'cel.triggers.timeout'.
In XML, factories recognize the following attributes on the 'fireon' node:
Definition at line 488 of file triggers.h.
| virtual void iTimeoutTriggerFactory::SetTimeoutParameter | ( | const char * | timeout_par | ) | [pure virtual] |
Set the timeout on which this trigger will fire.
| timeout_par | is the timeout value (in ms) or a parameter (starts with '$'). |