#include <QmitkAlgorithmListModel.h>
|
| | 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.
- Warning
- This class is not yet documented. Use "git blame" and ask the author to provide basic documentation.
Definition at line 31 of file QmitkAlgorithmListModel.h.
◆ QmitkAlgorithmListModel()
| QmitkAlgorithmListModel::QmitkAlgorithmListModel |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~QmitkAlgorithmListModel()
| QmitkAlgorithmListModel::~QmitkAlgorithmListModel |
( |
| ) |
|
|
inlineoverride |
◆ columnCount()
| int QmitkAlgorithmListModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ data()
| QVariant QmitkAlgorithmListModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ flags()
| Qt::ItemFlags QmitkAlgorithmListModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ headerData()
| QVariant QmitkAlgorithmListModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ rowCount()
| int QmitkAlgorithmListModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ SetAlgorithms()
| void QmitkAlgorithmListModel::SetAlgorithms |
( |
::map::deployment::DLLDirectoryBrowser::DLLInfoListType |
algList | ) |
|
The documentation for this class was generated from the following file: