Uses of Class
com.openinventor.inventor.actions.SoHandleEventAction
-
Packages that use SoHandleEventAction Package Description com.openinventor.inventor Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.com.openinventor.inventor.drawers These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.com.openinventor.inventor.nodes com.openinventor.ldm.nodes com.openinventor.meshviz.nodes com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of SoHandleEventAction in com.openinventor.inventor
Methods in com.openinventor.inventor that return SoHandleEventAction Modifier and Type Method Description SoHandleEventAction
SoSceneManager. getHandleEventAction()
Methods in com.openinventor.inventor with parameters of type SoHandleEventAction Modifier and Type Method Description void
SoSceneManager. setHandleEventAction(SoHandleEventAction hea)
User supplied handle event action. -
Uses of SoHandleEventAction in com.openinventor.inventor.drawers
Methods in com.openinventor.inventor.drawers that return SoHandleEventAction Modifier and Type Method Description SoHandleEventAction
SoPolyLineScreenDrawer.EventArg. getAction()
Returns the handle event action related to the drawing.Constructors in com.openinventor.inventor.drawers with parameters of type SoHandleEventAction Constructor Description EventArg(SoHandleEventAction action, SoPolyLineScreenDrawer drawer)
Default constructor. -
Uses of SoHandleEventAction in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes that return SoHandleEventAction Modifier and Type Method Description SoHandleEventAction
SoEventCallback. getAction()
Returns theSoHandleEventAction
currently traversing this node, or NULL if traversal is not taking place.Methods in com.openinventor.inventor.nodes with parameters of type SoHandleEventAction Modifier and Type Method Description void
SoNode. handleEvent(SoHandleEventAction action)
-
Uses of SoHandleEventAction in com.openinventor.ldm.nodes
Methods in com.openinventor.ldm.nodes with parameters of type SoHandleEventAction Modifier and Type Method Description void
SoDataSet. handleEvent(SoHandleEventAction action)
-
Uses of SoHandleEventAction in com.openinventor.meshviz.nodes
Methods in com.openinventor.meshviz.nodes with parameters of type SoHandleEventAction Modifier and Type Method Description void
PoNode. handleEvent(SoHandleEventAction action)
-
Uses of SoHandleEventAction in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type SoHandleEventAction Modifier and Type Method Description void
MoActionNode. handleEvent(SoHandleEventAction action)
-