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>
76 class SoVRMLTimeSensorP * pimpl;
The SoEngineOutput class is the output slots in SoEngine instances.
Definition SoEngineOutput.h:45
The SoField class is the top-level abstract base class for fields.
Definition SoField.h:47
The SoHandleEventAction class distributes user events to the scene.
Definition SoHandleEventAction.h:46
virtual void inputChanged(SoField *which)
Definition SoNodeEngine.cpp:220
virtual void notify(SoNotList *nl)
Definition SoNodeEngine.cpp:226
virtual void evaluate(void)=0
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoNodeEngine.cpp:144
SoNodeEngine(void)
Definition SoNodeEngine.cpp:96
virtual void handleEvent(SoHandleEventAction *action)
Definition SoNode.cpp:1132
virtual void write(SoWriteAction *action)
Definition SoNode.cpp:1290
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:43
The SoSFBool class is a container for an SbBool value.
Definition SoSFBool.h:39
The SoSFTime class is a container for an SbTime value.
Definition SoSFTime.h:40
The SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:43
SoSFTime stopTime
Definition SoVRMLTimeSensor.h:58
SoSFBool loop
Definition SoVRMLTimeSensor.h:56
SoSFTime cycleInterval
Definition SoVRMLTimeSensor.h:54
SoSFTime startTime
Definition SoVRMLTimeSensor.h:57
SoEngineOutput fraction_changed
Definition SoVRMLTimeSensor.h:65
SoEngineOutput cycleTime
Definition SoVRMLTimeSensor.h:64
SoEngineOutput isActive
Definition SoVRMLTimeSensor.h:66
SoEngineOutput time
Definition SoVRMLTimeSensor.h:67
SoSFBool enabled
Definition SoVRMLTimeSensor.h:55
SoVRMLTimeSensor(void)
Definition TimeSensor.cpp:262
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:42