Uses of Class
com.openinventor.inventor.misc.callbacks.SoSelectionPathCB
Packages that use SoSelectionPathCB
-
Uses of SoSelectionPathCB in com.openinventor.inventor.nodes
Methods in com.openinventor.inventor.nodes with parameters of type SoSelectionPathCBModifier and TypeMethodDescriptionvoidSoSelection.addDeselectionCallback(SoSelectionPathCB f) equivalent to addDeselectionCallback(f,null)voidSoSelection.addDeselectionCallback(SoSelectionPathCB f, Object userData) The deselection callbacks are invoked every time an object is deselected, whether it be from user interaction or from method call.voidSoSelection.addSelectionCallback(SoSelectionPathCB f) equivalent to addSelectionCallback(f,null)voidSoSelection.addSelectionCallback(SoSelectionPathCB f, Object userData) The selection callbacks are invoked every time an object is selected, whether it be from user interaction or from method call.voidSoSelection.removeDeselectionCallback(SoSelectionPathCB f) voidSoSelection.removeDeselectionCallback(SoSelectionPathCB f, Object userData) voidSoSelection.removeSelectionCallback(SoSelectionPathCB f) voidSoSelection.removeSelectionCallback(SoSelectionPathCB f, Object userData)