1#ifndef COIN_SOSCXMLEVENT_H
2#define COIN_SOSCXMLEVENT_H
36#include <Inventor/scxml/ScXMLEvent.h>
40class COIN_DLL_API SoScXMLEvent :
public ScXMLEvent {
41 typedef ScXMLEvent inherited;
42 SCXML_OBJECT_HEADER(SoScXMLEvent)
49 virtual ~SoScXMLEvent(
void);
56 virtual void copyContents(
const ScXMLEvent * rhs);
61 SoScXMLEvent(
const SoScXMLEvent & rhs);
62 SoScXMLEvent & operator = (
const SoScXMLEvent & rhs);
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 SoEvent class is the base class for all Coin events.
Definition SoEvent.h:45
virtual void setSoEvent(const SoEvent *soevent)
Definition SoScXMLEvent.cpp:156
virtual void setUpIdentifier(void)
Definition SoScXMLEvent.cpp:190
virtual const SoEvent * getSoEvent(void) const
Definition SoScXMLEvent.cpp:175