Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SmPanEventHandler.cpp File Reference
#include "SmPanEventHandler.h"
#include <SmallChange/nodes/UTMCamera.h>
#include <Inventor/SbLine.h>
#include <Inventor/SbPlane.h>
#include <Inventor/projectors/SbSphereSheetProjector.h>
#include <Inventor/actions/SoHandleEventAction.h>
#include <Inventor/actions/SoGLRenderAction.h>
#include <Inventor/events/SoEvent.h>
#include <Inventor/events/SoMouseButtonEvent.h>
#include <Inventor/events/SoLocation2Event.h>
#include <Inventor/events/SoMotion3Event.h>
#include <Inventor/events/SoKeyboardEvent.h>
#include <Inventor/events/SoButtonEvent.h>
#include <Inventor/nodes/SoPerspectiveCamera.h>
#include <Inventor/nodes/SoOrthographicCamera.h>
#include "../misc/cameracontrol.h"

Macros

#define PRIVATE(obj)   (obj)->pimpl
 
#define PUBLIC(obj)   (obj)->master
 

Functions

 SO_NODE_SOURCE (SmPanEventHandler)
 

Macro Definition Documentation

◆ PRIVATE

#define PRIVATE (   obj)    (obj)->pimpl

◆ PUBLIC

#define PUBLIC (   obj)    (obj)->master

Function Documentation

◆ SO_NODE_SOURCE()

SO_NODE_SOURCE ( SmPanEventHandler  )