QGIS/python/core/qgscacheindexfeatureid.sip

35 lines
1.5 KiB
Plaintext
Raw Normal View History

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 *
************************************************************************/
class QgsCacheIndexFeatureId : QgsAbstractCacheIndex
{
2017-05-23 09:45:57 +02:00
%TypeHeaderCode
2017-05-23 09:45:57 +02:00
#include "qgscacheindexfeatureid.h"
%End
public:
2017-05-23 09:45:57 +02:00
QgsCacheIndexFeatureId( QgsVectorLayerCache * );
virtual void flushFeature( const QgsFeatureId fid );
virtual void flush();
virtual void requestCompleted( const QgsFeatureRequest &featureRequest, const QgsFeatureIds &fids );
virtual bool getCacheIterator( QgsFeatureIterator &featureIterator, const QgsFeatureRequest &featureRequest );
2017-05-23 09:45:57 +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 *
************************************************************************/