33 #ifndef COIN_SOVRMLTIMESENSOR_H
34 #define COIN_SOVRMLTIMESENSOR_H
36 #include <Inventor/engines/SoNodeEngine.h>
37 #include <Inventor/engines/SoSubNodeEngine.h>
38 #include <Inventor/engines/SoEngineOutput.h>
39 #include <Inventor/fields/SoSFTime.h>
40 #include <Inventor/fields/SoSFFloat.h>
41 #include <Inventor/fields/SoSFBool.h>
51 static void initClass(
void);
76 class SoVRMLTimeSensorP * pimpl;
79 #endif // ! COIN_SOVRMLTIMESENSOR_H
SoSFBool loop
Definition: SoVRMLTimeSensor.h:56
The SoWriteAction class writes a scene graph to file.
Definition: SoWriteAction.h:42
virtual void notify(SoNotList *nl)
Definition: SoNodeEngine.cpp:222
The SoSensor class is the abstract base class for all sensors.
Definition: SoSensor.h:43
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
The SoSFBool class is a container for an SbBool value.
Definition: SoSFBool.h:39
virtual void evaluate(void)=0
The SoVRMLTimeSensor class is a multi-purpose time event generator.
Definition: SoVRMLTimeSensor.h:45
SoSFTime startTime
Definition: SoVRMLTimeSensor.h:57
The SoField class is the top-level abstract base class for fields.
Definition: SoField.h:47
SoEngineOutput isActive
Definition: SoVRMLTimeSensor.h:66
SoSFTime stopTime
Definition: SoVRMLTimeSensor.h:58
SoNodeEngine is the base class for Coin node engines.
Definition: SoNodeEngine.h:42
SoEngineOutput time
Definition: SoVRMLTimeSensor.h:67
The SoSFTime class is a container for an SbTime value.
Definition: SoSFTime.h:40
SoEngineOutput cycleTime
Definition: SoVRMLTimeSensor.h:64
virtual void handleEvent(SoHandleEventAction *action)
Definition: SoNode.cpp:1083
virtual void write(SoWriteAction *action)
Definition: SoNode.cpp:1241
virtual void inputChanged(SoField *which)
Definition: SoNodeEngine.cpp:216
The SoHandleEventAction class distributes user events to the scene.
Definition: SoHandleEventAction.h:46
SoSFBool enabled
Definition: SoVRMLTimeSensor.h:55
SoSFTime cycleInterval
Definition: SoVRMLTimeSensor.h:54
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43
SoEngineOutput fraction_changed
Definition: SoVRMLTimeSensor.h:65