#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()
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()
Check if predicate is present in the list of filtering predicates.
◆ RemoveFilterPredicate()
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: