1#ifndef COIN_SCXMLDOCUMENT_H
2#define COIN_SCXMLDOCUMENT_H
36#include <Inventor/scxml/ScXMLObject.h>
38#include <Inventor/tools/SbPimplPtr.h>
52 static void initClass(
void);
53 static void cleanClass(
void);
62 void setFilename(
const char * filename);
63 const char * getFilename(
void)
const;
Definition SbByteBuffer.h:34
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 SbName class stores strings by reference.
Definition SbName.h:40
abstract base class for the SCXML 'state' elements.
Definition ScXMLAbstractStateElt.h:40
the <data> SCXML element.
Definition ScXMLDataElt.h:42
Definition ScXMLDocument.h:47
Base class for all SCXML objects.
Definition ScXMLObject.h:41
implements the <scxml> SCXML element.
Definition ScXMLScxmlElt.h:47