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 TypeMethodDescriptionvoid
SoSelection.addDeselectionCallback
(SoSelectionPathCB f) equivalent to addDeselectionCallback(f,null)void
SoSelection.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.void
SoSelection.addSelectionCallback
(SoSelectionPathCB f) equivalent to addSelectionCallback(f,null)void
SoSelection.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.void
SoSelection.removeDeselectionCallback
(SoSelectionPathCB f) void
SoSelection.removeDeselectionCallback
(SoSelectionPathCB f, Object userData) void
SoSelection.removeSelectionCallback
(SoSelectionPathCB f) void
SoSelection.removeSelectionCallback
(SoSelectionPathCB f, Object userData)