QGIS API Documentation
2.8.2-Wien
|
The QgsFieldProxyModel class provides an easy to use model to display the list of fields of a layer. More...
#include <qgsfieldproxymodel.h>
Public Types | |
enum | Filter { String = 1, Int = 2, LongLong = 4, Double = 8, Numeric = Int | LongLong | Double, Date = 16, All = Numeric | Date | String } |
Public Member Functions | |
QgsFieldProxyModel (QObject *parent=0) | |
QgsFieldProxModel creates a proxy model with a QgsFieldModel as source model. | |
bool | filterAcceptsRow (int source_row, const QModelIndex &source_parent) const override |
const Filters & | filters () const |
bool | lessThan (const QModelIndex &left, const QModelIndex &right) const override |
QgsFieldProxyModel * | setFilters (Filters filters) |
setFilters set flags that affect how fields are filtered | |
QgsFieldModel * | sourceFieldModel () |
sourceFieldModel returns the QgsFieldModel used in this QSortFilterProxyModel |
The QgsFieldProxyModel class provides an easy to use model to display the list of fields of a layer.
Definition at line 27 of file qgsfieldproxymodel.h.
Definition at line 33 of file qgsfieldproxymodel.h.
|
explicit |
QgsFieldProxModel creates a proxy model with a QgsFieldModel as source model.
It can be used to filter the fields based on their types.
Definition at line 20 of file qgsfieldproxymodel.cpp.
|
override |
Definition at line 34 of file qgsfieldproxymodel.cpp.
|
inline |
Definition at line 60 of file qgsfieldproxymodel.h.
|
override |
Definition at line 61 of file qgsfieldproxymodel.cpp.
QgsFieldProxyModel * QgsFieldProxyModel::setFilters | ( | Filters | filters | ) |
setFilters set flags that affect how fields are filtered
filters | are Filter flags |
Definition at line 28 of file qgsfieldproxymodel.cpp.
|
inline |
sourceFieldModel returns the QgsFieldModel used in this QSortFilterProxyModel
Definition at line 52 of file qgsfieldproxymodel.h.