QGIS API Documentation
2.6.0-Brighton
|
#include <qgsvectorlayerselectionmanager.h>
Public Member Functions | |
QgsVectorLayerSelectionManager (QgsVectorLayer *layer, QObject *parent=0) | |
virtual int | selectedFeatureCount () |
The number of features that are selected in this layer. | |
virtual void | select (const QgsFeatureIds &ids) |
Select features. | |
virtual void | deselect (const QgsFeatureIds &ids) |
Deselect features. | |
virtual void | setSelectedFeatures (const QgsFeatureIds &ids) |
Change selection to the new set of features. | |
virtual const QgsFeatureIds & | selectedFeaturesIds () const |
Return reference to identifiers of selected features. | |
Public Member Functions inherited from QgsIFeatureSelectionManager | |
QgsIFeatureSelectionManager (QObject *parent) |
Additional Inherited Members | |
Signals inherited from QgsIFeatureSelectionManager | |
void | selectionChanged (const QgsFeatureIds selected, const QgsFeatureIds deselected, const bool clearAndSelect) |
This signal is emitted when selection was changed. |
|
explicit |
|
virtual |
|
virtual |
|
virtual |
The number of features that are selected in this layer.
Implements QgsIFeatureSelectionManager.
|
virtual |
Return reference to identifiers of selected features.
Implements QgsIFeatureSelectionManager.
|
virtual |
Change selection to the new set of features.
Dismisses the current selection. Will emit the selectionChanged( QgsFeatureIds, QgsFeatureIds, bool ) signal with the clearAndSelect flag set.
ids | The ids which will be the new selection |
Implements QgsIFeatureSelectionManager.