Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
#include <QmitkAlgorithmListModel.h>
Public Member Functions | |
QmitkAlgorithmListModel (QObject *parent=nullptr) | |
~QmitkAlgorithmListModel () override | |
void | SetAlgorithms (::map::deployment::DLLDirectoryBrowser::DLLInfoListType algList) |
Qt::ItemFlags | flags (const QModelIndex &index) const override |
QVariant | data (const QModelIndex &index, int role) const 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 |
QmitkAlgorithmListModel (QObject *parent=nullptr) | |
~QmitkAlgorithmListModel () override | |
void | SetAlgorithms (::map::deployment::DLLDirectoryBrowser::DLLInfoListType algList) |
Qt::ItemFlags | flags (const QModelIndex &index) const override |
QVariant | data (const QModelIndex &index, int role) const 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 |
Model that takes a list of MatchPoint algorithm dll handles and represents it as model in context of the QT view-model-concept.
Definition at line 30 of file Helper/QmitkAlgorithmListModel.h.
QmitkAlgorithmListModel::QmitkAlgorithmListModel | ( | QObject * | parent = nullptr | ) |
Definition at line 21 of file Helper/QmitkAlgorithmListModel.cpp.
References SetAlgorithms().
|
inlineoverride |
Definition at line 36 of file Helper/QmitkAlgorithmListModel.h.
QmitkAlgorithmListModel::QmitkAlgorithmListModel | ( | QObject * | parent = nullptr | ) |
|
inlineoverride |
Definition at line 37 of file I/Qmitk/QmitkAlgorithmListModel.h.
|
override |
Definition at line 52 of file Helper/QmitkAlgorithmListModel.cpp.
References data().
Referenced by rowCount().
|
override |
|
override |
Definition at line 62 of file Helper/QmitkAlgorithmListModel.cpp.
References flags(), and info().
Referenced by columnCount().
|
override |
|
override |
Definition at line 114 of file Helper/QmitkAlgorithmListModel.cpp.
References headerData().
Referenced by data().
|
override |
|
override |
Definition at line 123 of file Helper/QmitkAlgorithmListModel.cpp.
Referenced by flags().
|
override |
|
override |
Definition at line 40 of file Helper/QmitkAlgorithmListModel.cpp.
References columnCount().
Referenced by SetAlgorithms().
|
override |
void QmitkAlgorithmListModel::SetAlgorithms | ( | ::map::deployment::DLLDirectoryBrowser::DLLInfoListType | algList | ) |
Definition at line 29 of file Helper/QmitkAlgorithmListModel.cpp.
References rowCount().
Referenced by QmitkAlgorithmListModel().
void QmitkAlgorithmListModel::SetAlgorithms | ( | ::map::deployment::DLLDirectoryBrowser::DLLInfoListType | algList | ) |