2 #ifndef SMALLCHANGE_PAN_EVENTHANDLER_H 3 #define SMALLCHANGE_PAN_EVENTHANDLER_H 37 #include <Inventor/fields/SoSFFloat.h> 40 #include <SmallChange/basic.h> 42 class SmPanEventHandlerP;
60 void pan(
const SbVec2f & currpos,
63 void spin(
const SbVec2f & currpos,
66 void zoom(
const SbVec2f & currpos,
69 void zoom(
const float delta);
72 SmPanEventHandlerP * pimpl;
75 #endif // !SMALLCHANGE_PAN_EVENTHANDLER_H
The SmEventHandler class...FIXME: doc.
Definition: SmEventHandler.h:50
SoSFFloat zoomSpeed
Definition: SmPanEventHandler.h:55
Google Earth type navigation modeFIXME: doc.
Definition: SmPanEventHandler.h:45
#define SO_NODE_HEADER(classname)
virtual void handleEvent(SoHandleEventAction *action)
static void initClass(void)
Definition: SmEventHandler.cpp:65