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; }
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
base class for all SCXML elements.
Definition ScXMLElt.h:44
implements the <param> SCXML element.
Definition ScXMLParamElt.h:40