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 TypeMethodDescriptionvoid
SoSelection.addChangeCallback
(SoSelectionClassCB f) void
SoSelection.addChangeCallback
(SoSelectionClassCB f, Object userData) void
SoSelection.addFinishCallback
(SoSelectionClassCB f) equivalent to addFinishCallback(f,null)void
SoSelection.addFinishCallback
(SoSelectionClassCB f, 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, 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, Object userData) void
SoSelection.removeFinishCallback
(SoSelectionClassCB f) void
SoSelection.removeFinishCallback
(SoSelectionClassCB f, Object userData) void
SoSelection.removeStartCallback
(SoSelectionClassCB f) void
SoSelection.removeStartCallback
(SoSelectionClassCB f, Object userData)