Uses of Class
com.openinventor.inventor.SbEventHandler
Packages that use SbEventHandler
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.
Viewer components contains helpful tools to implement a custom viewer.
-
Uses of SbEventHandler in com.openinventor.inventor
Fields in com.openinventor.inventor declared as SbEventHandlerModifier and TypeFieldDescriptionSoProgressIndicator.onBeginSubTaskEvent raised when a sub-task begins.SoProgressIndicator.onBeginTaskEvent raised when a task begins.SoProgressIndicator.onEndStepEvent raised when a steps ends.SoProgressIndicator.onEndSubTaskEvent raised when a sub-task ends.SoProgressIndicator.onEndTaskEvent raised when a task ends.SoOffscreenRenderArea.onTileRenderedEvent raised when a tile has been rendered.Methods in com.openinventor.inventor that return SbEventHandlerModifier and TypeMethodDescriptionSoOffscreenRenderArea.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 -
Uses of SbEventHandler in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SbEventHandlerModifier and TypeFieldDescriptionSoExtSelection.onPreFilterThe 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 SbEventHandlerModifier and TypeMethodDescriptionSiRenderArea.onStartRender()Returns the event handler that raises when a new render starts.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 SbEventHandlerModifier and TypeFieldDescriptionSoRemoteVizClient.onDecodedFrameTriggered when a frame is decoded and displayed.SoRemoteVizClient.onKeyboardEventTriggered when a keyboard event is fired on the client.SoRemoteVizClient.onMouseButtonEventTriggered when a mouse button event is fired on the client.SoRemoteVizClient.onMouseLocationEventTriggered when a mouse location event is fired on the client.SoRemoteVizClient.onMouseWheelEventTriggered when a mouse wheel event is fired on the client.SoRemoteVizClient.onReceivedBinaryMessageTriggered when a binary message is received from the RemoteViz service.SoRemoteVizClient.onReceivedFrameTriggered when a frame is received from the RemoteViz service.SoRemoteVizClient.onReceivedMessageTriggered when a text message is received from the RemoteViz service.SoRemoteVizClient.onRenderAreaResizeTriggered when the renderArea has been resized.SoRemoteVizClient.onServiceMessageTriggered when a service message is received from the RemoteViz service.SoRemoteVizClient.onTouchEventTriggered when a touch event is fired on the client.