Uses of Class
com.openinventor.inventor.misc.callbacks.SoSelectionClassCB
Packages that use SoSelectionClassCB
-
Uses of SoSelectionClassCB in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes with parameters of type SoSelectionClassCBModifier and TypeMethodDescriptionvoidSoSelection.addChangeCallback(SoSelectionClassCB f) voidSoSelection.addChangeCallback(SoSelectionClassCB f, Object userData) voidSoSelection.addFinishCallback(SoSelectionClassCB f) equivalent to addFinishCallback(f,null)voidSoSelection.addFinishCallback(SoSelectionClassCB f, Object userData) The finish callbacks are invoked when the user has finished interactively changing the selection list (by picking objects).voidSoSelection.addStartCallback(SoSelectionClassCB f) equivalent to addStartCallback(f,null)voidSoSelection.addStartCallback(SoSelectionClassCB f, Object userData) The start callbacks are invoked when the user has initiated an interactive change to the selection list (by picking objects).voidSoSelection.removeChangeCallback(SoSelectionClassCB f) voidSoSelection.removeChangeCallback(SoSelectionClassCB f, Object userData) voidSoSelection.removeFinishCallback(SoSelectionClassCB f) voidSoSelection.removeFinishCallback(SoSelectionClassCB f, Object userData) voidSoSelection.removeStartCallback(SoSelectionClassCB f) voidSoSelection.removeStartCallback(SoSelectionClassCB f, Object userData)