#include <QmitkDataStorageFilterProxyModel.h>
|
| bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override |
| |
◆ FilterPredicatesCollection
◆ QmitkDataStorageFilterProxyModel()
| QmitkDataStorageFilterProxyModel::QmitkDataStorageFilterProxyModel |
( |
QObject * |
parent = nullptr | ) |
|
◆ ~QmitkDataStorageFilterProxyModel()
| QmitkDataStorageFilterProxyModel::~QmitkDataStorageFilterProxyModel |
( |
| ) |
|
|
override |
◆ AddFilterPredicate()
| void QmitkDataStorageFilterProxyModel::AddFilterPredicate |
( |
mitk::NodePredicateBase::Pointer |
pred | ) |
|
If the predicate pred returns true, the node will be hidden in the data manager view
◆ filterAcceptsRow()
| bool QmitkDataStorageFilterProxyModel::filterAcceptsRow |
( |
int |
source_row, |
|
|
const QModelIndex & |
source_parent |
|
) |
| const |
|
overrideprotected |
◆ HasFilterPredicate()
| bool QmitkDataStorageFilterProxyModel::HasFilterPredicate |
( |
mitk::NodePredicateBase::Pointer |
pred | ) |
|
Check if predicate is present in the list of filtering predicates.
◆ RemoveFilterPredicate()
| bool QmitkDataStorageFilterProxyModel::RemoveFilterPredicate |
( |
mitk::NodePredicateBase::Pointer |
pred | ) |
|
Remove a predicate from the list of filters. Returns true if pred was found and removed.
◆ m_Predicates
The documentation for this class was generated from the following file: