The QAbstractFilterProxyModel provides an abstract base class for filter models.
More...
#include <qabstractfilterproxymodel.h>
|
void | emitResultCountChanged () |
|
virtual bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const =0 |
|
The QAbstractFilterProxyModel provides an abstract base class for filter models.
QAbstractFilterProxyModel::QAbstractFilterProxyModel |
( |
QObject * |
parent = 0 | ) |
|
Constructs a QAbstractFilterProxyModel with the given parent
.
QAbstractFilterProxyModel::~QAbstractFilterProxyModel |
( |
| ) |
|
Destroys the filter proxy model.
Returns the filter model accosiated with proxy model.
- See also
- setFilterModel()
void QAbstractFilterProxyModel::resultAboutToChange |
( |
| ) |
|
|
signal |
This signal is emitted before the filter current filtering is invalidated.
- See also
- resultChanged()
void QAbstractFilterProxyModel::resultChanged |
( |
| ) |
|
|
signal |
This signal is emitted after the filtering has been completed.
- See also
- resultChanged(), resultCountChanged()
void QAbstractFilterProxyModel::resultCountChanged |
( |
int |
filteredRows, |
|
|
int |
unfilteredRows |
|
) |
| |
|
signal |
This signal is emitted whenever the number of rows in the filtered result set has changed.
Sets the filter model
providing the filter definitions.
- See also
- filterModel()
void QAbstractFilterProxyModel::setSourceModel |
( |
QAbstractItemModel * |
sourceModel | ) |
|
|
virtual |
The documentation for this class was generated from the following files: