#include <Inventor/sensors/SoIdleSensor.h>
Inheritance diagram for SoIdleSensor:
Public Member Functions | |
SoIdleSensor (void) | |
SoIdleSensor (SoSensorCB *func, void *data) | |
virtual | ~SoIdleSensor (void) |
An SoIdleSensor differs from an SoOneShotSensor in that it will not trigger if the delay queue processing is occurring due to the delay queue timeout, but only when the application is idle.
|
Default constructor. |
|
Constructor taking as parameters the sensor callback function and the userdata which will be passed the callback.
|
|
Destructor. |