1#ifndef COIN_SOSENSORMANAGER_H
2#define COIN_SOSENSORMANAGER_H
36#include <Inventor/SbBasic.h>
58 void processDelayQueue(SbBool
isidle);
59 void processImmediateQueue(
void);
60 void processTimerQueue(
void);
62 SbBool isDelaySensorPending(
void);
63 SbBool isTimerSensorPending(
SbTime &
tm);
65 void setDelaySensorTimeout(
const SbTime & t);
66 const SbTime & getDelaySensorTimeout(
void);
72 void notifyChanged(
void);
74 int mergeTimerQueues(
void);
75 int mergeDelayQueues(
void);
77 class SoSensorManagerP * pimpl;
78 friend class SoSensorManagerP;
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 SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.
Definition SoDelayQueueSensor.h:40
The SoSensorManager class handles the sensor queues.
Definition SoSensorManager.h:43
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