40class COIN_DLL_API SoScXMLMiscTarget :
public SoScXMLNavigationTarget {
41 typedef SoScXMLNavigationTarget inherited;
42 SCXML_OBJECT_HEADER(SoScXMLMiscTarget)
45 static void initClass(
void);
46 static void cleanClass(
void);
48 static SoScXMLMiscTarget * constructSingleton(
void);
49 static void destructSingleton(
void);
50 static SoScXMLMiscTarget * singleton(
void);
52 static const SbName & VIEW_ALL(
void);
53 static const SbName & REDRAW(
void);
54 static const SbName & POINT_AT(
void);
55 static const SbName & SET_FOCAL_DISTANCE(
void);
56 static const SbName & SET_CAMERA_POSITION(
void);
59 SoScXMLMiscTarget(
void);
60 virtual ~SoScXMLMiscTarget(
void);
66 static SoScXMLMiscTarget * theSingleton;