1#ifndef COIN_SOHANDLEEVENTACTION_H
2#define COIN_SOHANDLEEVENTACTION_H
27#include <Inventor/actions/SoAction.h>
28#include <Inventor/actions/SoSubAction.h>
35class SoHandleEventActionP;
50 void setEvent(
const SoEvent * ev);
51 const SoEvent * getEvent(
void)
const;
52 void setHandled(
void);
53 SbBool isHandled(
void)
const;
54 void setGrabber(
SoNode * node);
55 void releaseGrabber(
void);
56 SoNode * getGrabber(
void)
const;
57 void setPickRoot(
SoNode * node);
58 SoNode * getPickRoot(
void)
const;
59 void setPickRadius(
const float radiusinpixels);
67 SbPimplPtr<SoHandleEventActionP> pimpl;
76#include <Inventor/actions/SoRayPickAction.h>
The SbViewportRegion class is a viewport within a full window.
Definition SbViewportRegion.h:31
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:68
static void initClass(void)
Definition SoAction.cpp:366
virtual void beginTraversal(SoNode *node)
Definition SoAction.cpp:1263
The SoEvent class is the base class for all Coin events.
Definition SoEvent.h:34
The SoHandleEventAction class distributes user events to the scene.
Definition SoHandleEventAction.h:37
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:47
The SoPickedPointList class is a container for pointers to SoPickedPoint objects.
Definition SoPickedPointList.h:31
The SoPickedPoint class is used for specifying picked points.
Definition SoPickedPoint.h:39
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.