1 #ifndef COIN_SCXMLANCHORELT_H 2 #define COIN_SCXMLANCHORELT_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 setTypeAttribute(
const char * type);
52 const char * getTypeAttribute(
void)
const {
return this->type; }
54 virtual void setSnapshotAttribute(
const char * snapshot);
55 const char * getSnapshotAttribute(
void)
const {
return this->snapshot; }
59 virtual void copyContents(
const ScXMLElt * rhs);
61 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
76 #endif // !COIN_SCXMLANCHORELT_H implements the <anchor> SCXML element.
Definition: ScXMLAnchorElt.h:40
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
virtual SbBool handleXMLAttributes(void)
Definition: ScXMLElt.cpp:200