QGIS API Documentation
2.0.1-Dufour
|
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.
QgsDbFilterProxyModel::~QgsDbFilterProxyModel | ( | ) |
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.
|
protectedvirtual |
Definition at line 30 of file qgsdbfilterproxymodel.cpp.