Difference between revisions of "Documentation/Labs/PythonObserverCallbacks"

From Slicer Wiki
Jump to: navigation, search
(Created page with 'Currently the syntax for defining observer callback functions with CallData argument is too comples, see [[Documentation/Nightly/Developers/FAQ/Python_Scripting#How_can_I_access_…')
 
(No difference)

Latest revision as of 20:43, 28 December 2014

Home < Documentation < Labs < PythonObserverCallbacks

Currently the syntax for defining observer callback functions with CallData argument is too comples, see Documentation/Nightly/Developers/FAQ/Python_Scripting#How_can_I_access_callData_argument_in_a_VTK_object_observer_callback_function

The remaining limitation is that mix-ins can only be used in helper classes (such as here) but not in scripted loadable module classes.

We need to fix: