1#ifndef COIN_SODATASENSOR_H
2#define COIN_SODATASENSOR_H
27#include <Inventor/sensors/SoDelayQueueSensor.h>
43 void setDeleteCallback(SoSensorCB *
function,
void * data =
NULL);
44 SoNode * getTriggerNode(
void)
const;
45 SoField * getTriggerField(
void)
const;
46 SoPath * getTriggerPath(
void)
const;
47 void setTriggerPathFlag(SbBool
flag);
48 SbBool getTriggerPathFlag(
void)
const;
50 virtual void trigger(
void);
55 void invokeDeleteCallback(
void);
The SbList class is a template container class for lists.
Definition SbList.h:47
The SoDataSensor class is the abstract base class for sensors monitoring changes in a scene graph.
Definition SoDataSensor.h:35
virtual void dyingReference(void)=0
The SoDelayQueueSensor class is the abstract base class for priority scheduled sensors.
Definition SoDelayQueueSensor.h:31
The SoField class is the top-level abstract base class for fields.
Definition SoField.h:38
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:34
The SoPath class is a container class for traversal path descriptions.
Definition SoPath.h:43