#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 |
| |
| | 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 30 of file include/QmitkAlgorithmListModel.h.
◆ QmitkAlgorithmListModel() [1/2]
| QmitkAlgorithmListModel::QmitkAlgorithmListModel |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~QmitkAlgorithmListModel() [1/2]
| QmitkAlgorithmListModel::~QmitkAlgorithmListModel |
( |
| ) |
|
|
inlineoverride |
◆ QmitkAlgorithmListModel() [2/2]
| QmitkAlgorithmListModel::QmitkAlgorithmListModel |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~QmitkAlgorithmListModel() [2/2]
| QmitkAlgorithmListModel::~QmitkAlgorithmListModel |
( |
| ) |
|
|
inlineoverride |
◆ columnCount() [1/2]
| int QmitkAlgorithmListModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ columnCount() [2/2]
| int QmitkAlgorithmListModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ data() [1/2]
| QVariant QmitkAlgorithmListModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ data() [2/2]
| QVariant QmitkAlgorithmListModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ flags() [1/2]
| Qt::ItemFlags QmitkAlgorithmListModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ flags() [2/2]
| Qt::ItemFlags QmitkAlgorithmListModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
◆ headerData() [1/2]
| QVariant QmitkAlgorithmListModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ headerData() [2/2]
| QVariant QmitkAlgorithmListModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ rowCount() [1/2]
| int QmitkAlgorithmListModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ rowCount() [2/2]
| int QmitkAlgorithmListModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
◆ SetAlgorithms() [1/2]
| void QmitkAlgorithmListModel::SetAlgorithms |
( |
::map::deployment::DLLDirectoryBrowser::DLLInfoListType |
algList | ) |
|
◆ SetAlgorithms() [2/2]
| void QmitkAlgorithmListModel::SetAlgorithms |
( |
::map::deployment::DLLDirectoryBrowser::DLLInfoListType |
algList | ) |
|
The documentation for this class was generated from the following file: