1#ifndef COIN_SOSCXMLZOOMTARGET_H
2#define COIN_SOSCXMLZOOMTARGET_H
36#include <Inventor/navigation/SoScXMLNavigationTarget.h>
43#define COIN_NAVIGATION_ZOOM_TARGET_EVENT_PREFIX SOSCXML_NAVIGATION_TARGETTYPE ".Zoom"
50 static void initClass(
void);
51 static void cleanClass(
void);
54 static void destructSingleton(
void);
57 static const SbName & BEGIN(
void);
58 static const SbName & UPDATE(
void);
59 static const SbName & END(
void);
60 static const SbName & ZOOM(
void);
61 static const SbName & ZOOM_IN(
void);
62 static const SbName & ZOOM_OUT(
void);
63 static const SbName & RESET(
void);
65 static void zoom(
SoCamera * camera,
float factor);
66 static void reset(
SoCamera * camera);
72 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
The SoCamera class is the abstract base class for camera definition nodes.
Definition SoCamera.h:64
The SoFrustumCamera class defines a camera with a generic frustum..
Definition SoFrustumCamera.h:40
The SoOrthographicCamera class defines a camera node with orthographic rendering.
Definition SoOrthographicCamera.h:39
The SoPerspectiveCamera class defines a camera node with perspective rendering.
Definition SoPerspectiveCamera.h:39
base class for navigation system SCXML event target services
Definition SoScXMLNavigationTarget.h:50
SCXML event target service for zoom behaviour.
Definition SoScXMLZoomTarget.h:45