|
Quantum GIS API Documentation
1.8
|
A class that implements a custom filter and can be used as a proxy for QgsDbTableModel. More...
#include <qgsdbfilterproxymodel.h>
Public Member Functions | |
| QgsDbFilterProxyModel (QObject *parent=0) | |
| ~QgsDbFilterProxyModel () | |
| void | _setFilterWildcard (const QString &pattern) |
| Calls QSortFilterProxyModel::setFilterWildcard and triggers update. | |
| void | _setFilterRegExp (const QString &pattern) |
| Calls QSortFilterProxyModel::setFilterRegExp and triggers update. | |
Protected Member Functions | |
| virtual bool | filterAcceptsRow (int row, const QModelIndex &source_parent) const |
A class that implements a custom filter and can be used as a proxy for QgsDbTableModel.
Definition at line 25 of file qgsdbfilterproxymodel.h.
| QgsDbFilterProxyModel::QgsDbFilterProxyModel | ( | QObject * | parent = 0 | ) |
Definition at line 20 of file qgsdbfilterproxymodel.cpp.
Definition at line 25 of file qgsdbfilterproxymodel.cpp.
| void QgsDbFilterProxyModel::_setFilterRegExp | ( | const QString & | pattern | ) |
Calls QSortFilterProxyModel::setFilterRegExp and triggers update.
Definition at line 49 of file qgsdbfilterproxymodel.cpp.
| void QgsDbFilterProxyModel::_setFilterWildcard | ( | const QString & | pattern | ) |
Calls QSortFilterProxyModel::setFilterWildcard and triggers update.
Definition at line 43 of file qgsdbfilterproxymodel.cpp.
| bool QgsDbFilterProxyModel::filterAcceptsRow | ( | int | row, |
| const QModelIndex & | source_parent | ||
| ) | const [protected, virtual] |
Definition at line 30 of file qgsdbfilterproxymodel.cpp.
1.7.6.1