1 #ifndef COIN_SCXMLSTATEELT_H 2 #define COIN_SCXMLSTATEELT_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);
66 virtual void setInitialAttribute(
const char * initial);
71 virtual void copyContents(
const ScXMLElt * rhs);
73 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
82 virtual int getNumTransitions(
void)
const;
86 virtual void clearAllTransitions(
void);
91 virtual int getNumStates(
void)
const;
95 virtual void clearAllStates(
void);
97 virtual int getNumParallels(
void)
const;
101 virtual void clearAllParallels(
void);
103 virtual int getNumFinals(
void)
const;
107 virtual void clearAllFinals(
void);
109 virtual int getNumHistories(
void)
const;
113 virtual void clearAllHistories(
void);
115 virtual int getNumAnchors(
void)
const;
119 virtual void clearAllAnchors(
void);
124 SbBool isAtomicState(
void)
const;
139 #endif // !COIN_SCXMLSTATEELT_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
const char * getInitialAttribute(void) const
Definition: ScXMLStateElt.h:67
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
const char * getSrcAttribute(void) const
Definition: ScXMLStateElt.h:64