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;
 
   44   void reschedule(
const SbTime & schedtime);
 
   54 #endif // !COIN_SOTIMERSENSOR_H 
The SoTimerQueueSensor class is the abstract base class for sensors triggering on certain timer event...
Definition: SoTimerQueueSensor.h:30
virtual void unschedule(void)
Definition: SoTimerQueueSensor.cpp:196
The SoTimerSensor class is a sensor which will trigger at given intervals.Use sensors of this class w...
Definition: SoTimerSensor.h:29
virtual void trigger(void)
Definition: SoTimerQueueSensor.cpp:163
The SoSensor class is the abstract base class for all sensors.Sensors is a mechanism in Coin for sche...
Definition: SoSensor.h:34
virtual void schedule(void)
Definition: SoTimerQueueSensor.cpp:175
The SbTime class instances represents time values.SbTime is a convenient way of doing system independ...
Definition: SbTime.h:41