Package | Description |
---|---|
com.openinventor.inventor.nodes |
Modifier and Type | Method and Description |
---|---|
void |
SoSelection.addChangeCallback(SoSelectionClassCB f) |
void |
SoSelection.addChangeCallback(SoSelectionClassCB f,
java.lang.Object userData) |
void |
SoSelection.addFinishCallback(SoSelectionClassCB f)
equivalent to addFinishCallback(f,null)
|
void |
SoSelection.addFinishCallback(SoSelectionClassCB f,
java.lang.Object userData)
The finish callbacks are invoked when the user has finished interactively
changing the selection list (by picking objects).
|
void |
SoSelection.addStartCallback(SoSelectionClassCB f)
equivalent to addStartCallback(f,null)
|
void |
SoSelection.addStartCallback(SoSelectionClassCB f,
java.lang.Object userData)
The start callbacks are invoked when the user has initiated an interactive
change to the selection list (by picking objects).
|
void |
SoSelection.removeChangeCallback(SoSelectionClassCB f) |
void |
SoSelection.removeChangeCallback(SoSelectionClassCB f,
java.lang.Object userData) |
void |
SoSelection.removeFinishCallback(SoSelectionClassCB f)
|
void |
SoSelection.removeFinishCallback(SoSelectionClassCB f,
java.lang.Object userData)
|
void |
SoSelection.removeStartCallback(SoSelectionClassCB f)
|
void |
SoSelection.removeStartCallback(SoSelectionClassCB f,
java.lang.Object userData)
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com