1#ifndef COIN_SOTIMERSENSOR_H
2#define COIN_SOTIMERSENSOR_H
36#include <Inventor/sensors/SoTimerQueueSensor.h>
46 void setBaseTime(
const SbTime & base);
47 const SbTime & getBaseTime(
void)
const;
48 void setInterval(
const SbTime & interval);
49 const SbTime & getInterval(
void)
const;
51 virtual void schedule(
void);
52 virtual void unschedule(
void);
56 virtual void trigger(
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 SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition SoTimerQueueSensor.h:39
The SoTimerSensor class is a sensor which will trigger at given intervals.
Definition SoTimerSensor.h:38