1#ifndef COIN_SOTIMERQUEUESENSOR_H
2#define COIN_SOTIMERQUEUESENSOR_H
36#include <Inventor/sensors/SoSensor.h>
37#include <Inventor/SbTime.h>
47 const SbTime & getTriggerTime(
void)
const;
48 virtual void schedule(
void);
49 virtual void unschedule(
void);
50 virtual SbBool isScheduled(
void)
const;
51 virtual void trigger(
void);
54 void setTriggerTime(
const SbTime & time);
58 virtual SbBool isBefore(
const SoSensor * s)
const;
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 SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:43
The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition SoTimerQueueSensor.h:39
SbBool scheduled
Definition SoTimerQueueSensor.h:55