1#ifndef COIN_SCXMLINITIALELT_H
2#define COIN_SCXMLINITIALELT_H
36#include <Inventor/scxml/ScXMLElt.h>
37#include <Inventor/tools/SbPimplPtr.h>
41class COIN_DLL_API ScXMLInitialElt :
public ScXMLElt {
42 typedef ScXMLElt inherited;
43 SCXML_ELEMENT_HEADER(ScXMLInitialElt)
49 ScXMLInitialElt(
void);
50 virtual ~ScXMLInitialElt(
void);
52 virtual void copyContents(
const ScXMLElt * rhs);
54 virtual const ScXMLElt *
search(
const char * attrname,
const char * attrvalue)
const;
61 ScXMLInitialElt(
const ScXMLInitialElt & rhs);
62 ScXMLInitialElt & operator = (
const ScXMLInitialElt & rhs);
Definition SbPimplPtr.h:55
virtual const ScXMLElt * search(const char *attrname, const char *attrvalue) const
Definition ScXMLElt.cpp:214
static void cleanClass(void)
Does the opposite of initClass, deallocates any class specific resources and resets the class to an u...
Definition ScXMLObject.cpp:115
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition ScXMLObject.cpp:102
the <transition> SCXML element.
Definition ScXMLTransitionElt.h:43