The sooneshotsensor class is a sensor which will trigger once. since sooneshotsensor is a subclass of sodelayqueuesensor, it will trigger as soon as either the run-time system is idle, or if it is continually busy it will trigger within a fixed amount of time (this is by default 1/12th of a second, see sosensormanager::setdelaysensortimeout()).
#include <Inventor/sensors/SoOneShotSensor.h>
Inherits SoDelayQueueSensor.
SoOneShotSensor (void)
SoOneShotSensor (SoSensorCB *func, void *data)
virtual ~SoOneShotSensor (void)
The SoOneShotSensor class is a sensor which will trigger once.
Since SoOneShotSensor is a subclass of SoDelayQueueSensor, it will trigger as soon as either the run-time system is idle, or if it is continually busy it will trigger within a fixed amount of time (this is by default 1/12th of a second, see SoSensorManager::setDelaySensorTimeout()).
Constructor.
Constructor taking as parameters the sensor callback function and the userdata which will be passed the callback.
See also:
setFunction(), setData()
Destructor.
Generated automatically by Doxygen for Coin from the source code.