1 #ifndef COIN_SOEVENTMANAGER_H 2 #define COIN_SOEVENTMANAGER_H 27 #include <Inventor/SbBasic.h> 28 #include <Inventor/tools/SbPimplPtr.h> 49 virtual void setSceneGraph(
SoNode *
const sceneroot);
50 virtual SoNode * getSceneGraph(
void)
const;
52 virtual void setCamera(
SoCamera * camera);
53 virtual SoCamera * getCamera(
void)
const;
55 virtual SbBool processEvent(
const SoEvent *
const event);
57 virtual void setNavigationState(NavigationState state);
58 virtual NavigationState getNavigationState(
void)
const;
60 int getNumSoScXMLStateMachines(
void)
const;
65 virtual void setSize(
const SbVec2s & newsize);
66 virtual void setOrigin(
const SbVec2s & newOrigin);
74 virtual SbBool actuallyProcessEvent(
const SoEvent *
const event);
78 SbPimplPtr<PImpl> pimpl;
85 #endif // !COIN_SOEVENTMANAGER_H The SoCamera class is the abstract base class for camera definition nodes.To be able to view a scene...
Definition: SoCamera.h:54
Definition: SoEventManager.h:45
Integration level for using Coin events with SCXML-based state machines.
Definition: SoScXMLStateMachine.h:34
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
Definition: SoEventManager.h:44
The SoEventManager class provides event handling for a Coin3D viewer.
Definition: SoEventManager.h:38
NavigationState
Definition: SoEventManager.h:43
The SoHandleEventAction class distributes user events to the scene.This is the action used by the GUI...
Definition: SoHandleEventAction.h:37
The SoEvent class is the base class for all Coin events.Coin contains its own set of event classes...
Definition: SoEvent.h:34
The SbViewportRegion class is a viewport within a full window.The SbViewportRegion class contains inf...
Definition: SbViewportRegion.h:31
The SbVec2s class is a 2 dimensional vector with short integer coordinates.This vector class is used ...
Definition: SbVec2s.h:41