16#ifndef QGSGENERICFEATURESELECTIONMANAGER_H
17#define QGSGENERICFEATURESELECTIONMANAGER_H
QgsGenericFeatureSelectionManager(QObject *parent=nullptr)
virtual void select(const QgsFeatureIds &ids)=0
Select features by feature ids.
virtual int selectedFeatureCount()=0
Returns the number of features that are selected in this layer.
virtual const QgsFeatureIds & selectedFeatureIds() const =0
Returns reference to identifiers of selected features.
virtual void deselect(const QgsFeatureIds &ids)=0
Deselect features by feature ids.
virtual void setSelectedFeatures(const QgsFeatureIds &ids)=0
Change selection to the new set of features.
QgsIFeatureSelectionManager(QObject *parent)
QSet< QgsFeatureId > QgsFeatureIds