#include <qgsdbfilterproxymodel.h>
Definition at line 25 of file 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 |
| 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::_setFilterWildcard | ( | const QString & | pattern | ) |
Calls QSortFilterProxyModel::setFilterWildcard and triggers update.
Definition at line 43 of file qgsdbfilterproxymodel.cpp.
Referenced by QgsDbSourceSelect::on_mSearchTableEdit_textChanged().
| void QgsDbFilterProxyModel::_setFilterRegExp | ( | const QString & | pattern | ) |
Calls QSortFilterProxyModel::setFilterRegExp and triggers update.
Definition at line 49 of file qgsdbfilterproxymodel.cpp.
Referenced by QgsDbSourceSelect::on_mSearchTableEdit_textChanged().
| bool QgsDbFilterProxyModel::filterAcceptsRow | ( | int | row, | |
| const QModelIndex & | source_parent | |||
| ) | const [protected, virtual] |
Definition at line 30 of file qgsdbfilterproxymodel.cpp.
1.5.1