1#ifndef COIN_SCXMLABSTRACTSTATEELT_H
2#define COIN_SCXMLABSTRACTSTATEELT_H
36#include <Inventor/scxml/ScXMLElt.h>
38#include <Inventor/tools/SbLazyPimplPtr.h>
45 static void initClass(
void);
46 static void cleanClass(
void);
52 virtual void setIdAttribute(
const char *
id);
53 const char * getIdAttribute(
void)
const {
return this->id; }
55 virtual SbBool handleXMLAttributes(
void);
57 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
abstract base class for the SCXML 'state' elements.
Definition ScXMLAbstractStateElt.h:40
base class for all SCXML elements.
Definition ScXMLElt.h:44