Uses of Interface
com.openinventor.inventor.SbEventArg
-
Packages that use SbEventArg 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 SbEventArg in com.openinventor.imageviz.engines
Classes in com.openinventor.imageviz.engines that implement SbEventArg Modifier and Type Class Description static class
SoImageVizEngine.EventArg
Structure given to callback when an event is raised. -
Uses of SbEventArg in com.openinventor.imageviz.engines.geometryandmatching.registration
Classes in com.openinventor.imageviz.engines.geometryandmatching.registration that implement SbEventArg Modifier and Type Class Description static class
SoImageRegistrationTransform.RegistrationEvent
This event describes the evolution of the registration process. -
Uses of SbEventArg in com.openinventor.inventor
Classes in com.openinventor.inventor with type parameters of type SbEventArg Modifier and Type Class Description class
SbEventHandler<E extends SbEventArg>
Base abstract class for all event handler.interface
SbEventListener<E extends SbEventArg>
A tagging interface that all inventor event listener interfaces must extend.Classes in com.openinventor.inventor that implement SbEventArg Modifier and Type Class Description static class
SoOffscreenRenderArea.EventArg
Event that can be sent to the application for each tile rendered.static class
SoProgressIndicator.StepEventArg
Class given to callback when an onEndStep is raised.static class
SoProgressIndicator.SubTaskEventArg
Class given to callback when onBeginSubTask/onEndSubTask are raised.static class
SoProgressIndicator.TaskEventArg
Class given to callback when onBeginTask/onEndTask are raised. -
Uses of SbEventArg in com.openinventor.inventor.drawers
Classes in com.openinventor.inventor.drawers that implement SbEventArg Modifier and Type Class Description static class
SoPolyLineScreenDrawer.EventArg
Structure given to callback when an event is raised. -
Uses of SbEventArg in com.openinventor.inventor.nodes
Classes in com.openinventor.inventor.nodes that implement SbEventArg Modifier and Type Class Description static class
SoExtSelection.PreFilterEventArg
Structure given to callback when an event is raised. -
Uses of SbEventArg in com.openinventor.inventor.viewercomponents
Classes in com.openinventor.inventor.viewercomponents that implement SbEventArg Modifier and Type Class Description static class
SiRenderArea.RenderEventArg
Structure given when a start render event is raised. -
Uses of SbEventArg in com.openinventor.remoteviz.clients.nodes
Classes in com.openinventor.remoteviz.clients.nodes that implement SbEventArg Modifier and Type Class Description static class
SoRemoteVizClient.BinaryMessageEventArg
Structure given when a received binary message event is raised.static class
SoRemoteVizClient.FrameEventArg
Structure given when a received and decoded frame event is raised.static class
SoRemoteVizClient.KeyboardEventArg
Structure given when a keyboard event is raised.static class
SoRemoteVizClient.MessageEventArg
Structure given when a received text message event is raised.static class
SoRemoteVizClient.MouseButtonEventArg
Structure given when a mouse button event is raised.static class
SoRemoteVizClient.MouseLocationEventArg
Structure given when a mouse location event is raised.static class
SoRemoteVizClient.MouseWheelEventArg
Structure given when a mouse wheel event is raised.static class
SoRemoteVizClient.RenderAreaSizeEventArg
Structure given when a renderArea resize event is raised.static class
SoRemoteVizClient.ServiceMessageEventArg
Structure given when a ServiceMessage event is raised.static class
SoRemoteVizClient.TouchEventArg
Structure given when a touch event is raised.
-