Common interface to expose system dependent timers
More...
#include <Inventor/sensors/SoSystemTimer.h>
List of all members.
Detailed Description
Common interface to expose system dependent timers
The timer implementation usually depends on the window toolkit used (Qt, Awt, Swt...). The purpose of this class is to expose a common interface for system dependent timers. When the timer is triggered, it must call the run() method of its SoSystemTimerTask (given by the setTask method).
SEE ALSO
SoSensorHandler
Member Function Documentation
virtual bool SoSystemTimer::isPending |
( |
|
) |
const [pure virtual] |
virtual void SoSystemTimer::setDelay |
( |
int |
time |
) |
[pure virtual] |
virtual void SoSystemTimer::setRepeat |
( |
bool |
flag |
) |
[pure virtual] |
If set to true, the timer will be triggered periodically at the rate defined by setDelay.
Implemented in WinTimer, QtTimer, and WinTimer.
Sets the task executed when the timer is triggered.
When the timer is is triggered, it calls the run() method of task.
Implemented in WinTimer, QtTimer, and WinTimer.
virtual void SoSystemTimer::start |
( |
|
) |
[pure virtual] |
virtual void SoSystemTimer::stop |
( |
|
) |
[pure virtual] |
The documentation for this class was generated from the following file: