1#ifndef COIN_SCXMLPARALLELELT_H
2#define COIN_SCXMLPARALLELELT_H
36#include <Inventor/scxml/ScXMLAbstractStateElt.h>
37#include <Inventor/tools/SbPimplPtr.h>
56 static void initClass(
void);
57 static void cleanClass(
void);
63 virtual void setSrcAttribute(
const char * src);
64 const char * getSrcAttribute(
void)
const {
return this->src; }
66 virtual SbBool handleXMLAttributes(
void);
68 virtual void copyContents(
const ScXMLElt * rhs);
79 virtual int getNumTransitions(
void)
const;
83 virtual void clearAllTransitions(
void);
88 virtual int getNumStates(
void)
const;
92 virtual void clearAllStates(
void);
94 virtual int getNumParallels(
void)
const;
98 virtual void clearAllParallels(
void);
100 virtual int getNumFinals(
void)
const;
104 virtual void clearAllFinals(
void);
106 virtual int getNumHistories(
void)
const;
110 virtual void clearAllHistories(
void);
112 virtual int getNumAnchors(
void)
const;
116 virtual void clearAllAnchors(
void);
121 SbBool isAtomicState(
void)
const;
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
abstract base class for the SCXML 'state' elements.
Definition ScXMLAbstractStateElt.h:40
implements the <anchor> SCXML element.
Definition ScXMLAnchorElt.h:40
implements the <datamodel> SCXML element.
Definition ScXMLDataModelElt.h:42
base class for all SCXML elements.
Definition ScXMLElt.h:44
Base class for events sent to SCXML state machines.
Definition ScXMLEvent.h:40
implements the <final> SCXML element.
Definition ScXMLFinalElt.h:42
implements the <history> SCXML element.
Definition ScXMLHistoryElt.h:42
implements the <initial> SCXML element.
Definition ScXMLInitialElt.h:41
implements the <onentry> SCXML element.
Definition ScXMLOnEntryElt.h:43
implements the <onexit> SCXML element.
Definition ScXMLOnExitElt.h:43
implements the <parallel> SCXML element.
Definition ScXMLParallelElt.h:51
implements the <state> SCXML element.
Definition ScXMLStateElt.h:51
Manager for processing events and setting states in SCXML structures.
Definition ScXMLStateMachine.h:61
the <transition> SCXML element.
Definition ScXMLTransitionElt.h:43