Medical Imaging Interaction Toolkit
2025.08.99-f7084adb
Medical Imaging Interaction Toolkit
|
Go to the documentation of this file.
13 #ifndef QmitkSynchronizedNodeSelectionWidget_h
14 #define QmitkSynchronizedNodeSelectionWidget_h
18 #include "ui_QmitkSynchronizedNodeSelectionWidget.h"
57 void SetSelectAll(
bool selectAll);
58 bool GetSelectAll()
const;
66 void SelectionModeChanged(
bool selectAll);
67 void DeregisterSynchronization();
71 void SetSelection(
const NodeList& newSelection);
76 void OnSelectionModeChanged(
bool selectAll);
77 void OnEditSelection();
78 void OnTableClicked(
const QModelIndex& index);
82 void SetUpConnections();
91 void OnNodeModified(
const itk::Object* caller,
const itk::EventObject& event)
override;
100 Ui::QmitkSynchronizedNodeSelectionWidget m_Controls;
103 std::unique_ptr<QmitkRenderWindowDataNodeTableModel> m_StorageModel;
Class for nodes of the DataTree.