1#ifndef COIN_SOSCXMLMISCTARGET_H
2#define COIN_SOSCXMLMISCTARGET_H
36#include <Inventor/navigation/SoScXMLNavigationTarget.h>
38#define SOSCXML_NAVIGATION_MISC_TARGET_EVENT_PREFIX SOSCXML_NAVIGATION_TARGETTYPE ".Misc"
45 static void initClass(
void);
46 static void cleanClass(
void);
49 static void destructSingleton(
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);
62 virtual SbBool processOneEvent(
const ScXMLEvent * event);
The SbList class is a template container class for lists.
Definition SbList.h:70
The SbName class stores strings by reference.
Definition SbName.h:40
Base class for events sent to SCXML state machines.
Definition ScXMLEvent.h:40
Miscellaneous navigation utility functions.
Definition SoScXMLMiscTarget.h:40
base class for navigation system SCXML event target services
Definition SoScXMLNavigationTarget.h:50