1#ifndef COIN_SOALARMSENSOR_H
2#define COIN_SOALARMSENSOR_H
27#include <Inventor/sensors/SoTimerQueueSensor.h>
39 const SbTime & getTime(
void)
const;
41 virtual void schedule(
void);
The SbList class is a template container class for lists.
Definition SbList.h:61
The SbTime class instances represents time values.
Definition SbTime.h:41
The SoAlarmSensor class is a sensor which will trigger once at a specified time.
Definition SoAlarmSensor.h:29
The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition SoTimerQueueSensor.h:30