2017-05-23 09:45:57 +02:00
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/qgscacheindexfeatureid.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
class QgsCacheIndexFeatureId : QgsAbstractCacheIndex
|
|
|
|
{
|
2017-05-23 09:45:57 +02:00
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
%TypeHeaderCode
|
2017-05-23 09:45:57 +02:00
|
|
|
#include "qgscacheindexfeatureid.h"
|
2013-06-22 19:37:41 +02:00
|
|
|
%End
|
|
|
|
public:
|
2017-05-23 09:45:57 +02:00
|
|
|
QgsCacheIndexFeatureId( QgsVectorLayerCache * );
|
2013-06-22 19:37:41 +02:00
|
|
|
|
2018-06-04 21:56:07 +10:00
|
|
|
virtual void flushFeature( QgsFeatureId fid );
|
2017-12-15 08:57:22 +10:00
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
virtual void flush();
|
2017-12-15 08:57:22 +10:00
|
|
|
|
2017-05-01 16:42:33 +02:00
|
|
|
virtual void requestCompleted( const QgsFeatureRequest &featureRequest, const QgsFeatureIds &fids );
|
2017-12-15 08:57:22 +10:00
|
|
|
|
2017-05-01 16:42:33 +02:00
|
|
|
virtual bool getCacheIterator( QgsFeatureIterator &featureIterator, const QgsFeatureRequest &featureRequest );
|
2017-05-23 09:45:57 +02:00
|
|
|
|
2017-12-15 08:57:22 +10:00
|
|
|
|
2013-06-22 19:37:41 +02:00
|
|
|
};
|
2017-05-23 09:45:57 +02:00
|
|
|
|
|
|
|
/************************************************************************
|
|
|
|
* This file has been generated automatically from *
|
|
|
|
* *
|
|
|
|
* src/core/qgscacheindexfeatureid.h *
|
|
|
|
* *
|
|
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
|
|
************************************************************************/
|