The soidlesensor class is a sensor which will trigger as soon as the application is idle. 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.
#include <Inventor/sensors/SoIdleSensor.h>
Inherits SoDelayQueueSensor.
SoIdleSensor (void)
SoIdleSensor (SoSensorCB *func, void *data)
virtual ~SoIdleSensor (void)
The SoIdleSensor class is a sensor which will trigger as soon as the application is idle.
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.
See also:
SoDB::setDelaySensorTimeout()
Default constructor.
Constructor taking as parameters the sensor callback function and the userdata which will be passed the callback.
See also:
setFunction(), setData()
Destructor.
Generated automatically by Doxygen for Coin from the source code.