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 SoEngineOutput fraction_changed
Definition: SoVRMLTimeSensor.h:65
virtual void inputChanged(SoField *which)
Definition: SoNodeEngine.cpp:216
SoSFTime cycleInterval
Definition: SoVRMLTimeSensor.h:54
SoNodeEngine is the base class for Coin node engines.
Definition: SoNodeEngine.h:42
The SoField class is the top-level abstract base class for fields.
Definition: SoField.h:47
SoSFTime stopTime
Definition: SoVRMLTimeSensor.h:58
SoEngineOutput isActive
Definition: SoVRMLTimeSensor.h:66
The SoSFBool class is a container for an SbBool value.
Definition: SoSFBool.h:39
The SoSensor class is the abstract base class for all sensors.
Definition: SoSensor.h:43
SoSFTime startTime
Definition: SoVRMLTimeSensor.h:57
The SoVRMLTimeSensor class is a multi-purpose time event generator.
Definition: SoVRMLTimeSensor.h:45
SoEngineOutput time
Definition: SoVRMLTimeSensor.h:67
The SoHandleEventAction class distributes user events to the scene.
Definition: SoHandleEventAction.h:46
SoEngineOutput cycleTime
Definition: SoVRMLTimeSensor.h:64
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
virtual void notify(SoNotList *nl)
Definition: SoNodeEngine.cpp:222
virtual void evaluate(void)=0
The SoSFTime class is a container for an SbTime value.
Definition: SoSFTime.h:40
The SoWriteAction class writes a scene graph to file.
Definition: SoWriteAction.h:42
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43
virtual void write(SoWriteAction *action)
Definition: SoNode.cpp:1241
SoSFBool enabled
Definition: SoVRMLTimeSensor.h:55
SoSFBool loop
Definition: SoVRMLTimeSensor.h:56
virtual void handleEvent(SoHandleEventAction *action)
Definition: SoNode.cpp:1083