Quantum GIS API Documentation  1.8
Public Member Functions | Protected Member Functions
QgsDbFilterProxyModel Class Reference

A class that implements a custom filter and can be used as a proxy for QgsDbTableModel. More...

#include <qgsdbfilterproxymodel.h>

List of all members.

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

Detailed Description

A class that implements a custom filter and can be used as a proxy for QgsDbTableModel.

Definition at line 25 of file qgsdbfilterproxymodel.h.


Constructor & Destructor Documentation

Definition at line 20 of file qgsdbfilterproxymodel.cpp.

Definition at line 25 of file qgsdbfilterproxymodel.cpp.


Member Function Documentation

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.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines