13 #ifndef QmitkAlgorithmListModel_h
14 #define QmitkAlgorithmListModel_h
16 #include <QAbstractTableModel>
17 #include <QStringList>
23 #include <mapDeploymentDLLDirectoryBrowser.h>
39 void SetAlgorithms(::map::deployment::DLLDirectoryBrowser::DLLInfoListType algList);
41 Qt::ItemFlags flags(
const QModelIndex &index)
const override;
42 QVariant data(
const QModelIndex &index,
int role)
const override;
43 QVariant headerData(
int section, Qt::Orientation orientation,
int role)
const override;
44 int rowCount(
const QModelIndex &parent = QModelIndex())
const override;
45 int columnCount(
const QModelIndex &parent = QModelIndex())
const override;
48 ::map::deployment::DLLDirectoryBrowser::DLLInfoListType m_AlgList;