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; }
57 virtual SbBool handleXMLAttributes(
void);
59 virtual void copyContents(
const ScXMLElt * rhs);
The SbList class is a template container class for lists.
Definition SbList.h:70
SbList< Type > & operator=(const SbList< Type > &l)
Definition SbList.h:99
implements the <anchor> SCXML element.
Definition ScXMLAnchorElt.h:40
base class for all SCXML elements.
Definition ScXMLElt.h:44