2017-10-26 11:29:54 +02:00
|
|
|
/************************************************************************
|
|
|
|
* 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.
|
2017-12-15 10:36:55 -04:00
|
|
|
|
2017-10-26 11:29:54 +02:00
|
|
|
.. versionadded:: 3.0
|
|
|
|
*
|
|
|
|
%End
|
|
|
|
|
|
|
|
%TypeHeaderCode
|
|
|
|
#include "qgsfeaturefilterprovidergroup.h"
|
|
|
|
%End
|
|
|
|
public:
|
|
|
|
QgsFeatureFilterProviderGroup();
|
|
|
|
%Docstring
|
|
|
|
Constructor
|
|
|
|
%End
|
|
|
|
|
|
|
|
void filterFeatures( const QgsVectorLayer *layer, QgsFeatureRequest &filterFeatures ) const;
|
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Filter the features of the layer
|
2017-12-15 21:36:08 -04:00
|
|
|
|
2017-12-15 10:36:55 -04:00
|
|
|
:param layer: the layer to control
|
|
|
|
:param filterFeatures: the request to fill
|
2017-10-26 11:29:54 +02:00
|
|
|
%End
|
|
|
|
|
|
|
|
QgsFeatureFilterProvider *clone() const /Factory/;
|
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Return a clone of the object
|
|
|
|
|
|
|
|
:return: A clone
|
2017-10-26 11:29:54 +02:00
|
|
|
%End
|
|
|
|
|
|
|
|
QgsFeatureFilterProviderGroup &addProvider( const QgsFeatureFilterProvider *provider );
|
|
|
|
%Docstring
|
2017-12-15 10:36:55 -04:00
|
|
|
Add another filter provider to the group
|
2017-12-15 21:36:08 -04:00
|
|
|
|
2017-12-15 10:36:55 -04:00
|
|
|
:param provider: The provider to add
|
|
|
|
|
|
|
|
:return: itself
|
2017-10-26 11:29:54 +02:00
|
|
|
%End
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/server/qgsfeaturefilterprovidergroup.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|