1#ifndef COIN_SOSCXMLSTATEMACHINE_H
2#define COIN_SOSCXMLSTATEMACHINE_H
27#include <Inventor/scxml/ScXMLStateMachine.h>
39 static void initClass(
void);
44 virtual void setSceneGraphRoot(
SoNode * root);
45 virtual SoNode * getSceneGraphRoot(
void)
const;
47 virtual void setActiveCamera(
SoCamera * camera);
48 virtual SoCamera * getActiveCamera(
void)
const;
53 virtual void preGLRender(
void);
54 virtual void postGLRender(
void);
56 virtual SbBool processSoEvent(
const SoEvent * event);
63 SbPimplPtr<PImpl> pimpl;
The SbViewportRegion class is a viewport within a full window.
Definition: SbViewportRegion.h:31
Base class for all SCXML objects.
Definition: ScXMLObject.h:32
Manager for processing events and setting states in SCXML structures.
Definition: ScXMLStateMachine.h:44
The SoCamera class is the abstract base class for camera definition nodes.
Definition: SoCamera.h:54
The SoEvent class is the base class for all Coin events.
Definition: SoEvent.h:34
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
Integration level for using Coin events with SCXML-based state machines.
Definition: SoScXMLStateMachine.h:34