16#ifndef QGSLAYERMETADATARESULTSPROXYMODEL_H
17#define QGSLAYERMETADATARESULTSPROXYMODEL_H
23#include <QSortFilterProxyModel>
79 bool filterAcceptsRow(
int sourceRow,
const QModelIndex &sourceParent )
const override;
84 QString mFilterString;
87 bool mFilterGeometryTypeEnabled =
false;
88 bool mFilterMapLayerTypeEnabled =
false;
GeometryType
The geometry types are used to group Qgis::WkbType in a coarse way.
LayerType
Types of layers that can be added to a map.
A rectangle specified with double values.