1#ifndef COIN_SOSENSORMANAGER_H
2#define COIN_SOSENSORMANAGER_H
27#include <Inventor/SbBasic.h>
49 void processDelayQueue(SbBool
isidle);
50 void processImmediateQueue(
void);
51 void processTimerQueue(
void);
53 SbBool isDelaySensorPending(
void);
54 SbBool isTimerSensorPending(
SbTime &
tm);
56 void setDelaySensorTimeout(
const SbTime & t);
57 const SbTime & getDelaySensorTimeout(
void);
63 void notifyChanged(
void);
65 int mergeTimerQueues(
void);
66 int mergeDelayQueues(
void);
68 class SoSensorManagerP * pimpl;
69 friend class SoSensorManagerP;
The SbList class is a template container class for lists.
Definition SbList.h:61
The SbTime class instances represents time values.
Definition SbTime.h:41
The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.
Definition SoDelayQueueSensor.h:31
The SoSensorManager class handles the sensor queues.
Definition SoSensorManager.h:34
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