Import 2017-06-07 23:51:09: master 6ca59b0b

Author Committer Branch Timestamp Parent
jcfr jcfr master 2015-07-15 02:02:27 master af66adcc
Changeset

ENH: Added node printself output to node inspector

Detailed node content (output of node->PrintSelf) is now available in
the node inspector.

If the node is changed then the window is updated automatically (if
the node inspector is not visible then no update happens to avoid any
potential performance regressions).

The vtkObject's irrelevant list of observers are removed from the output.

Reviewed-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>

From: Andras Lasso <lasso@queensu.ca>

git-svn-id: http://svn.slicer.org/Slicer4/trunk@24414 3bd1e089-480b-0410-8dfb-8563597acbee

mod - Libs/MRML/Core/vtkMRMLNode.cxx Diff File
mod - Libs/MRML/Widgets/Resources/UI/qMRMLNodeAttributeTableWidget.ui Diff File
mod - Libs/MRML/Widgets/qMRMLNodeAttributeTableWidget.cxx Diff File
mod - Libs/MRML/Widgets/qMRMLNodeAttributeTableWidget.h Diff File