1 #ifndef COIN_SOALARMSENSOR_H 
    2 #define COIN_SOALARMSENSOR_H 
   27 #include <Inventor/sensors/SoTimerQueueSensor.h> 
   37   void setTime(
const SbTime & abstime);
 
   38   void setTimeFromNow(
const SbTime & reltime);
 
   39   const SbTime & getTime(
void) 
const;
 
   47 #endif // !COIN_SOALARMSENSOR_H 
The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition: SoTimerQueueSensor.h:30
The SoAlarmSensor class is a sensor which will trigger once at a specified time.SoAlarmSensor provide...
Definition: SoAlarmSensor.h:29
virtual void schedule(void)
Definition: SoTimerQueueSensor.cpp:175
The SbTime class instances represents time values.SbTime is a convenient way of doing system independ...
Definition: SbTime.h:41