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;
#define MITKMATCHPOINTREGISTRATIONUI_EXPORT
QmitkAlgorithmListModel(QObject *parent=nullptr)
Qt::ItemFlags flags(const QModelIndex &index) const override
QVariant data(const QModelIndex &index, int role) const override
~QmitkAlgorithmListModel() override
QVariant headerData(int section, Qt::Orientation orientation, int role) const override
int rowCount(const QModelIndex &parent=QModelIndex()) const override
int columnCount(const QModelIndex &parent=QModelIndex()) const override
void SetAlgorithms(::map::deployment::DLLDirectoryBrowser::DLLInfoListType algList)