12#ifndef QmitkUSZoneManagementWidget_h
13#define QmitkUSZoneManagementWidget_h
16#include "mitkDataStorage.h"
23class USZonesInteractor;
82 void OnSelectionChanged(
const QItemSelection& selected,
const QItemSelection & deselected);
94 void OnRowInsertion(
const QModelIndex& parent,
int start,
int end);
100 void OnDataChanged(
const QModelIndex& topLeft,
const QModelIndex& );
119 void SetDataStorage(mitk::DataStorage::Pointer dataStorage,
const char* baseNodeName =
"Zones");
133 mitk::DataStorage::SetOfObjects::ConstPointer
GetZoneNodes();
145 Ui::QmitkUSZoneManagementWidget* ui;
147 unsigned int m_CurMaxNumOfZones;
Implementation of the QAbstractTableModel for ultrasound risk zones. This class manages the data mode...