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; }
68 virtual void copyContents(
const ScXMLElt * rhs);
70 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
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;
135 #endif // !COIN_SCXMLPARALLELELT_H implements the <final> SCXML element.
Definition: ScXMLFinalElt.h:42
implements the <anchor> SCXML element.
Definition: ScXMLAnchorElt.h:40
virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition: ScXMLAbstractStateElt.cpp:117
implements the <onexit> SCXML element.
Definition: ScXMLOnExitElt.h:43
implements the <initial> SCXML element.
Definition: ScXMLInitialElt.h:41
implements the <state> SCXML element.
Definition: ScXMLStateElt.h:51
the <transition> SCXML element.
Definition: ScXMLTransitionElt.h:43
implements the <datamodel> SCXML element.
Definition: ScXMLDataModelElt.h:42
implements the <history> SCXML element.
Definition: ScXMLHistoryElt.h:42
abstract base class for the SCXML 'state' elements.
Definition: ScXMLAbstractStateElt.h:40
base class for all SCXML elements.
Definition: ScXMLElt.h:44
virtual SbBool handleXMLAttributes(void)
Definition: ScXMLAbstractStateElt.cpp:90
Base class for events sent to SCXML state machines.
Definition: ScXMLEvent.h:40
implements the <onentry> SCXML element.
Definition: ScXMLOnEntryElt.h:43
implements the <parallel> SCXML element.
Definition: ScXMLParallelElt.h:51
Manager for processing events and setting states in SCXML structures.
Definition: ScXMLStateMachine.h:61