24#if !defined _SO_SCREEN_DRAWER_H_
25#define _SO_SCREEN_DRAWER_H_
27#include <Inventor/nodes/SoNode.h>
28#include <Inventor/SbVec.h>
29#include <Inventor/fields/SoSFNode.h>
30#include <Inventor/SbBox.h>
106 static void initClass();
109 static void exitClass();
112 virtual void notify( SoNotList *list );
124 virtual void doAction(
SoAction *action );
144SoEXTENDER_Documented
private:
153 virtual void onMouseMove( SoHandleEventAction* ) {};
156 virtual void onMouseDblClick( SoHandleEventAction* ) {};
159 virtual void onMouseDragging( SoHandleEventAction* ) {};
162 virtual void onMouseUp( SoHandleEventAction* ) {};
165 inline const SbVec2f& getLastMouseDown()
const {
return m_lastMouseDown; }
184 SoSeparator* m_userGraphContainer;
187 SoOrthographicCamera* m_camera;
190 bool m_mouseLeftDown;
193 SbVec2f m_lastMouseDown;
Class for representing a viewport.
Renders a scene graph using Open Inventor's Render Engine.
Computes bounding box of a scene.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Counts number of...
Allows nodes in a graph to receive input events.
friend class SoCallbackAction
Orthographic camera node.
Intersects objects with a ray cast into scene.
Field containing a a node.
SoSFNode sceneGraph
Scene graph to render.
virtual void reset()
Resets internal state to initial values.
SoScreenDrawer()
Constructor.
Group node that saves and restores traversal state.