1#ifndef COIN_SCXMLLOGELT_H
2#define COIN_SCXMLLOGELT_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 setLabelAttribute(
const char * label);
52 virtual const char * getLabelAttribute(
void)
const {
return this->label; }
54 virtual void setExprAttribute(
const char * expr);
55 virtual const char * getExprAttribute(
void)
const {
return this->expr; }
57 virtual void setLevelAttribute(
const char * level);
58 virtual const char * getLevelAttribute(
void)
const {
return this->level; }
60 virtual SbBool handleXMLAttributes(
void);
62 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
base class for all SCXML elements with executable content.
Definition ScXMLExecutableElt.h:42
implements the <log> SCXML element.
Definition ScXMLLogElt.h:40
Manager for processing events and setting states in SCXML structures.
Definition ScXMLStateMachine.h:61