1#ifndef COIN_SCXMLCONTENTELT_H
2#define COIN_SCXMLCONTENTELT_H
36#include <Inventor/scxml/ScXMLElt.h>
38#include <Inventor/tools/SbLazyPimplPtr.h>
40class COIN_DLL_API ScXMLContentElt :
public ScXMLElt {
41 typedef ScXMLElt inherited;
42 SCXML_ELEMENT_HEADER(ScXMLContentElt)
48 ScXMLContentElt(
void);
49 virtual ~ScXMLContentElt(
void);
51 virtual void copyContents(
const ScXMLElt * rhs);
54 ScXMLContentElt(
const ScXMLContentElt & rhs);
55 ScXMLContentElt & operator = (
const ScXMLContentElt & rhs);
Definition SbLazyPimplPtr.h:56
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