mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
61 lines
1.9 KiB
Plaintext
61 lines
1.9 KiB
Plaintext
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/server/qgsfeaturefilterprovidergroup.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
class QgsFeatureFilterProviderGroup : QgsFeatureFilterProvider
|
||
|
{
|
||
|
%Docstring
|
||
|
A filter filter provider grouping several filter providers.
|
||
|
.. versionadded:: 3.0
|
||
|
*
|
||
|
%End
|
||
|
|
||
|
%TypeHeaderCode
|
||
|
#include "qgsfeaturefilterprovidergroup.h"
|
||
|
%End
|
||
|
public:
|
||
|
QgsFeatureFilterProviderGroup();
|
||
|
%Docstring
|
||
|
Constructor
|
||
|
%End
|
||
|
|
||
|
void filterFeatures( const QgsVectorLayer *layer, QgsFeatureRequest &filterFeatures ) const;
|
||
|
%Docstring
|
||
|
Filter the features of the layer
|
||
|
\param layer the layer to control
|
||
|
\param filterFeatures the request to fill
|
||
|
%End
|
||
|
|
||
|
QgsFeatureFilterProvider *clone() const /Factory/;
|
||
|
%Docstring
|
||
|
Return a clone of the object
|
||
|
:return: A clone
|
||
|
:rtype: QgsFeatureFilterProvider
|
||
|
%End
|
||
|
|
||
|
QgsFeatureFilterProviderGroup &addProvider( const QgsFeatureFilterProvider *provider );
|
||
|
%Docstring
|
||
|
Add another filter provider to the group
|
||
|
\param provider The provider to add
|
||
|
:return: itself
|
||
|
:rtype: QgsFeatureFilterProviderGroup
|
||
|
%End
|
||
|
|
||
|
};
|
||
|
|
||
|
/************************************************************************
|
||
|
* This file has been generated automatically from *
|
||
|
* *
|
||
|
* src/server/qgsfeaturefilterprovidergroup.h *
|
||
|
* *
|
||
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||
|
************************************************************************/
|