1 #ifndef COIN_SCXMLASSIGNELT_H 2 #define COIN_SCXMLASSIGNELT_H 36 #include <Inventor/scxml/ScXMLExecutableElt.h> 38 #include <Inventor/tools/SbLazyPimplPtr.h> 45 static void initClass(
void);
46 static void cleanClass(
void);
51 virtual void setLocationAttribute(
const char * location);
52 virtual const char * getLocationAttribute(
void)
const {
return this->location; }
54 virtual void setDataIDAttribute(
const char * dataID);
55 virtual const char * getDataIDAttribute(
void)
const {
return this->dataID; }
57 virtual void setExprAttribute(
const char * expr);
58 virtual const char * getExprAttribute(
void)
const {
return this->expr; }
62 virtual void copyContents(
const ScXMLElt * rhs);
64 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
82 #endif // !COIN_SCXMLASSIGNELT_H virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition: ScXMLElt.cpp:214
base class for all SCXML elements with executable content.
Definition: ScXMLExecutableElt.h:42
the <assign> SCXML element.
Definition: ScXMLAssignElt.h:40
base class for all SCXML elements.
Definition: ScXMLElt.h:44
virtual SbBool handleXMLAttributes(void)
Definition: ScXMLElt.cpp:200
Manager for processing events and setting states in SCXML structures.
Definition: ScXMLStateMachine.h:61