1 #ifndef COIN_SOIDLESENSOR_H 2 #define COIN_SOIDLESENSOR_H 36 #include <Inventor/sensors/SoDelayQueueSensor.h> 50 #endif // !COIN_SOIDLESENSOR_H void SoSensorCB(void *data, SoSensor *sensor)
Definition: SoSensor.h:40
The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.Delay queue sensors are invoked upon various events not related to time occurrences. See documentation of subclasses to see which types of events can be surveilled by the builtin sensor types.
Definition: SoDelayQueueSensor.h:40
The SoIdleSensor class is a sensor which will trigger as soon as the application is idle...
Definition: SoIdleSensor.h:38
The SoSensor class is the abstract base class for all sensors.Sensors is a mechanism in Coin for sche...
Definition: SoSensor.h:43
virtual SbBool isIdleOnly(void) const
Definition: SoDelayQueueSensor.cpp:221