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.onBeginSubTask
Event raised when a sub-task begins.SoProgressIndicator.onBeginTask
Event raised when a task begins.SoProgressIndicator.onEndStep
Event raised when a steps ends.SoProgressIndicator.onEndSubTask
Event raised when a sub-task ends.SoProgressIndicator.onEndTask
Event raised when a task ends.SoOffscreenRenderArea.onTileRendered
Event 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.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 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.onDecodedFrame
Triggered when a frame is decoded and displayed.SoRemoteVizClient.onKeyboardEvent
Triggered when a keyboard event is fired on the client.SoRemoteVizClient.onMouseButtonEvent
Triggered when a mouse button event is fired on the client.SoRemoteVizClient.onMouseLocationEvent
Triggered when a mouse location event is fired on the client.SoRemoteVizClient.onMouseWheelEvent
Triggered when a mouse wheel event is fired on the client.SoRemoteVizClient.onReceivedBinaryMessage
Triggered when a binary message is received from the RemoteViz service.SoRemoteVizClient.onReceivedFrame
Triggered when a frame is received from the RemoteViz service.SoRemoteVizClient.onReceivedMessage
Triggered when a text message is received from the RemoteViz service.SoRemoteVizClient.onRenderAreaResize
Triggered when the renderArea has been resized.SoRemoteVizClient.onServiceMessage
Triggered when a service message is received from the RemoteViz service.SoRemoteVizClient.onTouchEvent
Triggered when a touch event is fired on the client.