1#ifndef COIN_SOSCXMLMOTIONTARGET_H
2#define COIN_SOSCXMLMOTIONTARGET_H
36#include <Inventor/navigation/SoScXMLNavigationTarget.h>
38class COIN_DLL_API SoScXMLMotionTarget :
public SoScXMLNavigationTarget {
39 typedef SoScXMLNavigationTarget inherited;
40 SCXML_OBJECT_HEADER(SoScXMLMotionTarget)
46 static SoScXMLMotionTarget * constructSingleton(
void);
47 static void destructSingleton(
void);
48 static SoScXMLMotionTarget * singleton(
void);
51 SoScXMLMotionTarget(
void);
52 virtual ~SoScXMLMotionTarget(
void);
58 static SoScXMLMotionTarget * theSingleton;
virtual SbBool processOneEvent(const ScXMLEvent *event)
Definition ScXMLEventTarget.cpp:582
Base class for events sent to SCXML state machines.
Definition ScXMLEvent.h:40
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