1#ifndef COIN_SOALARMSENSOR_H
2#define COIN_SOALARMSENSOR_H
36#include <Inventor/sensors/SoTimerQueueSensor.h>
48 const SbTime & getTime(
void)
const;
50 virtual void schedule(
void);
The SbList class is a template container class for lists.
Definition SbList.h:70
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