1 #ifndef COIN_SODELAYQUEUESENSOR_H 2 #define COIN_SODELAYQUEUESENSOR_H 27 #include <Inventor/sensors/SoSensor.h> 28 #include <Inventor/SbBasic.h> 29 #include <Inventor/system/inttypes.h> 39 void setPriority(uint32_t pri);
40 uint32_t getPriority(
void)
const;
41 static uint32_t getDefaultPriority(
void);
46 virtual SbBool isIdleOnly(
void)
const;
57 #endif // !COIN_SODELAYQUEUESENSOR_H 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:31
virtual void schedule(void)=0
virtual void unschedule(void)=0
SbBool scheduled
Definition: SoDelayQueueSensor.h:50
virtual SbBool isScheduled(void) const =0
virtual SbBool isBefore(const SoSensor *s) const =0
The SoSensor class is the abstract base class for all sensors.Sensors is a mechanism in Coin for sche...
Definition: SoSensor.h:34
virtual void trigger(void)
Definition: SoSensor.cpp:181