Package | Description |
---|---|
com.openinventor.remoteviz.clients.nodes |
Modifier and Type | Method and Description |
---|---|
SoRemoteVizClient |
SoRemoteVizClient.TouchEventArg.getSource()
Returns the
SoRemoteVizClient node that triggered the event. |
SoRemoteVizClient |
SoRemoteVizClient.ServiceMessageEventArg.getSource()
Returns the
SoRemoteVizClient node that triggered the event. |
SoRemoteVizClient |
SoRemoteVizClient.RenderAreaSizeEventArg.getSource()
Returns the
SoRemoteVizClient node that triggered the event. |
SoRemoteVizClient |
SoRemoteVizClient.MouseWheelEventArg.getSource()
Returns the
SoRemoteVizClient node that triggered the event. |
SoRemoteVizClient |
SoRemoteVizClient.MouseLocationEventArg.getSource()
Returns the
SoRemoteVizClient node that triggered the event. |
SoRemoteVizClient |
SoRemoteVizClient.MouseButtonEventArg.getSource()
Returns the
SoRemoteVizClient node that triggered the event. |
SoRemoteVizClient |
SoRemoteVizClient.MessageEventArg.getSource()
Returns the
SoRemoteVizClient node that triggered the event. |
SoRemoteVizClient |
SoRemoteVizClient.KeyboardEventArg.getSource()
Returns the
SoRemoteVizClient node that triggered the event. |
SoRemoteVizClient |
SoRemoteVizClient.FrameEventArg.getSource()
Returns the
SoRemoteVizClient node that triggered the event. |
Constructor and Description |
---|
FrameEventArg(SoRemoteVizClient source,
long id,
long dataLength,
boolean isLossless,
java.lang.String message)
Default constructor.
|
KeyboardEventArg(SoRemoteVizClient source,
SoKeyboardEvent keyboardEvent)
Default constructor.
|
MessageEventArg(SoRemoteVizClient source,
java.lang.String message)
Default constructor.
|
MouseButtonEventArg(SoRemoteVizClient source,
SoMouseButtonEvent mouseButtonEvent)
Default constructor.
|
MouseLocationEventArg(SoRemoteVizClient source,
SoLocation2Event mouseLocationEvent)
Default constructor.
|
MouseWheelEventArg(SoRemoteVizClient source,
SoMouseWheelEvent mouseWheelEvent)
Default constructor.
|
RenderAreaSizeEventArg(SoRemoteVizClient source,
SbVec2s size)
Default constructor.
|
ServiceMessageEventArg(SoRemoteVizClient source,
SoRemoteVizClient.ServiceMessageEventArg.States state,
SbVec2s renderAreaSize,
java.lang.String details)
Default constructor.
|
TouchEventArg(SoRemoteVizClient source,
SoTouchEvent touchEvent)
Default constructor.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com