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