1 #ifndef COIN_SCXMLEVENT_H 2 #define COIN_SCXMLEVENT_H 36 #include <Inventor/scxml/ScXMLObject.h> 37 #include <Inventor/tools/SbLazyPimplPtr.h> 38 #include <Inventor/lists/SbList.h> 51 virtual void setEventName(
const SbName & name);
52 const SbName & getEventName(
void)
const {
return this->name; }
57 void setAssociation(
const char * key,
const char * value);
58 const char * getAssociation(
const char * key)
const;
60 size_t getNumAssociations(
void)
const;
66 virtual void copyContents(
const ScXMLEvent * rhs);
76 #endif // !COIN_SCXMLEVENT_H The SbList class is a template container class for lists.
Definition: SoType.h:55
Base class for events sent to SCXML state machines.
Definition: ScXMLEvent.h:40
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition: ScXMLObject.cpp:102
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
Base class for all SCXML objects.
Definition: ScXMLObject.h:41
The SbName class stores strings by reference.
Definition: SbName.h:40