16 #ifndef QGSGENERICFEATURESELECTIONMANAGER_H 17 #define QGSGENERICFEATURESELECTIONMANAGER_H 47 #endif // QGSGENERICFEATURESELECTIONMANAGER_H virtual const QgsFeatureIds & selectedFeaturesIds() const =0
Return reference to identifiers of selected features.
virtual void setSelectedFeatures(const QgsFeatureIds &ids)=0
Change selection to the new set of features.
virtual void deselect(const QgsFeatureIds &ids)=0
Deselect features.
This selection manager synchronizes a local set of selected features with an attribute table...
Is an interface class to abstract feature selection handling.
virtual void select(const QgsFeatureIds &ids)=0
Select features.
virtual int selectedFeatureCount()=0
The number of features that are selected in this layer.