13 #ifndef QMITKDATASTORAGELAYERSTACKMODEL_H 14 #define QMITKDATASTORAGELAYERSTACKMODEL_H 61 void SetCurrentRenderer(
const std::string& rendererName);
68 QModelIndex index(
int row,
int column,
const QModelIndex& parent)
const;
69 QModelIndex parent(
const QModelIndex& child)
const;
70 Qt::ItemFlags flags(
const QModelIndex& index)
const override;
71 QVariant headerData(
int section, Qt::Orientation orientation,
int role)
const override;
72 int rowCount(
const QModelIndex& parent = QModelIndex())
const override;
73 int columnCount(
const QModelIndex& parent = QModelIndex())
const override;
74 QVariant data(
const QModelIndex& index,
int role)
const override;
75 bool setData(
const QModelIndex& index,
const QVariant& value,
int role = Qt::EditRole)
override;
82 void UpdateModelData();
89 #endif // QMITKDATASTORAGELAYERSTACKMODEL_H virtual void NodePredicateChanged()=0
virtual void DataStorageChanged()=0
Organizes the rendering process.
virtual void NodeChanged(const mitk::DataNode *node)=0
virtual void NodeRemoved(const mitk::DataNode *node)=0
virtual void NodeAdded(const mitk::DataNode *node)=0
The 'QmitkDataStorageLayerStackModel' is a customized table model, derived from the 'QmitkAbstractDat...
std::map< int, DataNode::Pointer, std::greater< int > > LayerStack
#define MITKRENDERWINDOWMANAGERUI_EXPORT
Class for nodes of the DataTree.