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;
 
   67 #endif // !COIN_SOSCXMLSTATEMACHINE_H 
The SoCamera class is the abstract base class for camera definition nodes.To be able to view a scene...
Definition: SoCamera.h:54
Integration level for using Coin events with SCXML-based state machines. 
Definition: SoScXMLStateMachine.h:34
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoEvent class is the base class for all Coin events.Coin contains its own set of event classes...
Definition: SoEvent.h:34
The SbViewportRegion class is a viewport within a full window.The SbViewportRegion class contains inf...
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