1#ifndef COIN_SOTIMERSENSOR_H
2#define COIN_SOTIMERSENSOR_H
27#include <Inventor/sensors/SoTimerQueueSensor.h>
37 void setBaseTime(
const SbTime & base);
38 const SbTime & getBaseTime(
void)
const;
39 void setInterval(
const SbTime & interval);
40 const SbTime & getInterval(
void)
const;
42 virtual void schedule(
void);
43 virtual void unschedule(
void);
47 virtual void trigger(
void);
The SbList class is a template container class for lists.
Definition SbList.h:47
The SbTime class instances represents time values.
Definition SbTime.h:41
The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition SoTimerQueueSensor.h:30
The SoTimerSensor class is a sensor which will trigger at given intervals.
Definition SoTimerSensor.h:29