58#ifndef _SO_IDLE_SENSOR_
59#define _SO_IDLE_SENSOR_
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
void SoSensorCB(void *data, SoSensor *sensor)
This typedef defines the calling sequence for all callbacks from sensors.
Abstract base class for sensors not dependent on time.
virtual bool isIdleOnly() const
This method is overriden by IdleSensors to tell sensor manager that they should only be processed whe...
Sensor for one-time only callbacks when the application is idle.
SoIdleSensor(SoSensorCB *func, void *data)
Creation methods.
SoIdleSensor()
Creation methods.
virtual ~SoIdleSensor()
Destroys the sensor, freeing up any memory associated with it after unscheduling it.