13 #ifndef QMITKDATASTORAGELISTINSPECTOR_H 14 #define QMITKDATASTORAGELISTINSPECTOR_H 21 #include "ui_QmitkDataStorageListInspector.h" 33 QAbstractItemView*
GetView()
override;
34 const QAbstractItemView*
GetView()
const override;
48 #endif // QMITKDATASTORAGELISTINSPECTOR_H virtual QAbstractItemView * GetView()=0
virtual SelectionMode GetSelectionMode() const =0
QmitkSimpleTextOverlayWidget * m_Overlay
Ui_QmitkDataStorageListInspector m_Controls
virtual void Initialize()=0
QmitkAbstractDataStorageModel * m_StorageModel
virtual void SetSelectionMode(SelectionMode mode)=0
QAbstractItemView::SelectionMode SelectionMode
This abstract class is a convenient base class for easy implementation of widgets that offer a specif...