Documentation/Labs/PythonObserverCallbacks

From Slicer Wiki
Revision as of 20:43, 28 December 2014 by Lasso (talk | contribs) (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_…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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: