Package | Description |
---|---|
com.openinventor.inventor.nodes |
Modifier and Type | Method and Description |
---|---|
void |
SoSelection.addDeselectionCallback(SoSelectionPathCB f)
equivalent to addDeselectionCallback(f,null)
|
void |
SoSelection.addDeselectionCallback(SoSelectionPathCB f,
java.lang.Object userData)
The deselection callbacks are invoked every time an object is deselected,
whether it be from user interaction or from method call.
|
void |
SoSelection.addSelectionCallback(SoSelectionPathCB f)
equivalent to addSelectionCallback(f,null)
|
void |
SoSelection.addSelectionCallback(SoSelectionPathCB f,
java.lang.Object userData)
The selection callbacks are invoked every time an object is selected,
whether it be from user interaction or from method call.
|
void |
SoSelection.removeDeselectionCallback(SoSelectionPathCB f)
|
void |
SoSelection.removeDeselectionCallback(SoSelectionPathCB f,
java.lang.Object userData)
|
void |
SoSelection.removeSelectionCallback(SoSelectionPathCB f)
|
void |
SoSelection.removeSelectionCallback(SoSelectionPathCB f,
java.lang.Object userData)
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com