1 #ifndef COIN_SCXMLPARAMELT_H 2 #define COIN_SCXMLPARAMELT_H 36 #include <Inventor/scxml/ScXMLElt.h> 38 #include <Inventor/tools/SbLazyPimplPtr.h> 45 static void initClass(
void);
46 static void cleanClass(
void);
51 virtual void setNameAttribute(
const char * name);
52 virtual const char * getNameAttribute(
void)
const {
return this->name; }
54 virtual void setExprAttribute(
const char * expr);
55 virtual const char * getExprAttribute(
void)
const {
return this->expr; }
59 virtual void copyContents(
const ScXMLElt * rhs);
61 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
76 #endif // !COIN_SCXMLPARAMELT_H virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition: ScXMLElt.cpp:214
base class for all SCXML elements.
Definition: ScXMLElt.h:44
implements the <param> SCXML element.
Definition: ScXMLParamElt.h:40
virtual SbBool handleXMLAttributes(void)
Definition: ScXMLElt.cpp:200
Base class for all SCXML objects.
Definition: ScXMLObject.h:41