1#ifndef COIN_SCXMLDATAELT_H
2#define COIN_SCXMLDATAELT_H
36#include <Inventor/scxml/ScXMLElt.h>
38#include <Inventor/tools/SbLazyPimplPtr.h>
47 static void initClass(
void);
48 static void cleanClass(
void);
53 virtual void setIDAttribute(
const char * ID);
54 virtual const char * getIDAttribute(
void)
const {
return this->ID; }
56 virtual void setSrcAttribute(
const char * src);
57 virtual const char * getSrcAttribute(
void)
const {
return this->src; }
59 virtual void setExprAttribute(
const char * expr);
60 virtual const char * getExprAttribute(
void)
const {
return this->expr; }
62 virtual SbBool handleXMLAttributes(
void);
64 virtual void copyContents(
const ScXMLElt * rhs);
69 virtual ScXMLDataObj * getValueObj(
void)
const {
return this->value; }
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
the <data> SCXML element.
Definition ScXMLDataElt.h:42
base class for evaluator data objects in the SCXML data module
Definition ScXMLEvaluator.h:77
base class for all SCXML elements.
Definition ScXMLElt.h:44