1 #ifndef COIN_SODELAYQUEUESENSOR_H 2 #define COIN_SODELAYQUEUESENSOR_H 37 #include <Inventor/SbBasic.h> 38 #include <Inventor/system/inttypes.h> 48 void setPriority(uint32_t pri);
49 uint32_t getPriority(
void)
const;
50 static uint32_t getDefaultPriority(
void);
55 virtual SbBool isIdleOnly(
void)
const;
66 #endif // !COIN_SODELAYQUEUESENSOR_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
virtual void schedule(void)=0
virtual void unschedule(void)=0
virtual SbBool isBefore(const SoSensor *s) const =0
SbBool scheduled
Definition: SoDelayQueueSensor.h:59
The SoSensor class is the abstract base class for all sensors.Sensors is a mechanism in Coin for sche...
Definition: SoSensor.h:43
virtual void trigger(void)
Definition: SoSensor.cpp:195
virtual SbBool isScheduled(void) const =0