1 #ifndef COIN_SOTIMERQUEUESENSOR_H     2 #define COIN_SOTIMERQUEUESENSOR_H    37 #include <Inventor/SbTime.h>    47   const SbTime & getTriggerTime(
void) 
const;
    54   void setTriggerTime(
const SbTime & time);
    62 #endif // !COIN_SOTIMERQUEUESENSOR_H void SoSensorCB(void *data, SoSensor *sensor)
Definition: SoSensor.h:40
 
virtual void schedule(void)=0
 
The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition: SoTimerQueueSensor.h:39
 
virtual void unschedule(void)=0
 
virtual SbBool isBefore(const SoSensor *s) const =0
 
SbBool scheduled
Definition: SoTimerQueueSensor.h:55
 
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
 
The SbTime class instances represents time values.SbTime is a convenient way of doing system independ...
Definition: SbTime.h:50