Uses of Class
com.openinventor.inventor.SbEventHandler
-
Packages that use SbEventHandler Package Description com.openinventor.imageviz.engines ImageViz engines allow the application of computational algorithms on data extracted from images.com.openinventor.imageviz.engines.geometryandmatching.registration This group provides a package of registration functions.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.inventor.viewercomponents Viewer components contains helpful tools to implement a custom viewer.com.openinventor.remoteviz.clients.nodes -
-
Uses of SbEventHandler in com.openinventor.imageviz.engines
Fields in com.openinventor.imageviz.engines declared as SbEventHandler Modifier and Type Field Description SbEventHandler<SoImageVizEngine.EventArg>
SoImageVizEngine. onBegin
Event raised when the processing begins.SbEventHandler<SoImageVizEngine.EventArg>
SoImageVizEngine. onEnd
Event raised when processing ends and the result is available.SbEventHandler<SoImageVizEngine.EventArg>
SoImageVizEngine. onProgress
Event raised while processing is running. -
Uses of SbEventHandler in com.openinventor.imageviz.engines.geometryandmatching.registration
Fields in com.openinventor.imageviz.engines.geometryandmatching.registration declared as SbEventHandler Modifier and Type Field Description SbEventHandler<SoImageRegistrationTransform.RegistrationEvent>
SoImageRegistrationTransform. onProgressRegistration
Specific event handler for registration. -
Uses of SbEventHandler in com.openinventor.inventor
Fields in com.openinventor.inventor declared as SbEventHandler Modifier and Type Field Description SbEventHandler<SoProgressIndicator.SubTaskEventArg>
SoProgressIndicator. onBeginSubTask
Event raised when a sub-task begins.SbEventHandler<SoProgressIndicator.TaskEventArg>
SoProgressIndicator. onBeginTask
Event raised when a task begins.SbEventHandler<SoProgressIndicator.StepEventArg>
SoProgressIndicator. onEndStep
Event raised when a steps ends.SbEventHandler<SoProgressIndicator.SubTaskEventArg>
SoProgressIndicator. onEndSubTask
Event raised when a sub-task ends.SbEventHandler<SoProgressIndicator.TaskEventArg>
SoProgressIndicator. onEndTask
Event raised when a task ends.SbEventHandler<SoOffscreenRenderArea.EventArg>
SoOffscreenRenderArea. onTileRendered
Event raised when a tile has been rendered.Methods in com.openinventor.inventor that return SbEventHandler Modifier and Type Method Description SbEventHandler<SiRenderArea.RenderEventArg>
SoOffscreenRenderArea. onStartRender()
Returns the event handler that raises when a new render starts. -
Uses of SbEventHandler in com.openinventor.inventor.drawers
Fields in com.openinventor.inventor.drawers declared as SbEventHandler Modifier and Type Field Description SbEventHandler<SoPolyLineScreenDrawer.EventArg>
SoPolyLineScreenDrawer. onFinish
Event raised when the line is finished.SbEventHandler<SoPolyLineScreenDrawer.EventArg>
SoPolyLineScreenDrawer. onMove
Event raised during polyline drawing.SbEventHandler<SoPolyLineScreenDrawer.EventArg>
SoPolyLineScreenDrawer. onStart
Event raised when starting to draw a polyline. -
Uses of SbEventHandler in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SbEventHandler Modifier and Type Field Description SbEventHandler<SoExtSelection.PreFilterEventArg>
SoExtSelection. onPreFilter
The ExtSelection will traverse each node of scene graph and test intersection against each nodes. -
Uses of SbEventHandler in com.openinventor.inventor.viewercomponents
Methods in com.openinventor.inventor.viewercomponents that return SbEventHandler Modifier and Type Method Description SbEventHandler<SiRenderArea.RenderEventArg>
SiRenderArea. onStartRender()
Returns the event handler that raises when a new render starts.SbEventHandler<SiRenderArea.RenderEventArg>
SoRenderAreaCore. onStartRender()
Returns the event handler that raises when a new render starts. -
Uses of SbEventHandler in com.openinventor.remoteviz.clients.nodes
Fields in com.openinventor.remoteviz.clients.nodes declared as SbEventHandler Modifier and Type Field Description SbEventHandler<SoRemoteVizClient.FrameEventArg>
SoRemoteVizClient. onDecodedFrame
Triggered when a frame is decoded and displayed.SbEventHandler<SoRemoteVizClient.KeyboardEventArg>
SoRemoteVizClient. onKeyboardEvent
Triggered when a keyboard event is fired on the client.SbEventHandler<SoRemoteVizClient.MouseButtonEventArg>
SoRemoteVizClient. onMouseButtonEvent
Triggered when a mouse button event is fired on the client.SbEventHandler<SoRemoteVizClient.MouseLocationEventArg>
SoRemoteVizClient. onMouseLocationEvent
Triggered when a mouse location event is fired on the client.SbEventHandler<SoRemoteVizClient.MouseWheelEventArg>
SoRemoteVizClient. onMouseWheelEvent
Triggered when a mouse wheel event is fired on the client.SbEventHandler<SoRemoteVizClient.BinaryMessageEventArg>
SoRemoteVizClient. onReceivedBinaryMessage
Triggered when a binary message is received from the RemoteViz service.SbEventHandler<SoRemoteVizClient.FrameEventArg>
SoRemoteVizClient. onReceivedFrame
Triggered when a frame is received from the RemoteViz service.SbEventHandler<SoRemoteVizClient.MessageEventArg>
SoRemoteVizClient. onReceivedMessage
Triggered when a text message is received from the RemoteViz service.SbEventHandler<SoRemoteVizClient.RenderAreaSizeEventArg>
SoRemoteVizClient. onRenderAreaResize
Triggered when the renderArea has been resized.SbEventHandler<SoRemoteVizClient.ServiceMessageEventArg>
SoRemoteVizClient. onServiceMessage
Triggered when a service message is received from the RemoteViz service.SbEventHandler<SoRemoteVizClient.TouchEventArg>
SoRemoteVizClient. onTouchEvent
Triggered when a touch event is fired on the client.
-