1 #ifndef COIN_SOALARMSENSOR_H
2 #define COIN_SOALARMSENSOR_H
36 #include <Inventor/sensors/SoTimerQueueSensor.h>
46 void setTime(
const SbTime & abstime);
47 void setTimeFromNow(
const SbTime & reltime);
48 const SbTime & getTime(
void)
const;
The SbTime class instances represents time values.
Definition: SbTime.h:50
The SoAlarmSensor class is a sensor which will trigger once at a specified time.
Definition: SoAlarmSensor.h:38
The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition: SoTimerQueueSensor.h:39
virtual void schedule(void)
Definition: SoTimerQueueSensor.cpp:185