1#ifndef COIN_SCXMLELSEIFELT_H
2#define COIN_SCXMLELSEIFELT_H
36#include <Inventor/scxml/ScXMLExecutableElt.h>
38#include <Inventor/tools/SbLazyPimplPtr.h>
45 static void initClass(
void);
46 static void cleanClass(
void);
51 virtual void setCondAttribute(
const char * cond);
52 virtual const char * getCondAttribute(
void)
const {
return this->cond; }
54 virtual SbBool handleXMLAttributes(
void);
56 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 <elseif> SCXML element.
Definition ScXMLElseIfElt.h:40
base class for all SCXML elements.
Definition ScXMLElt.h:44
base class for all SCXML elements with executable content.
Definition ScXMLExecutableElt.h:42