|
QGIS API Documentation
2.4.0-Chugiak
|
#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. More... | |
| virtual void | select (const QgsFeatureIds &ids) |
| Select features. More... | |
| virtual void | deselect (const QgsFeatureIds &ids) |
| Deselect features. More... | |
| virtual void | setSelectedFeatures (const QgsFeatureIds &ids) |
| Change selection to the new set of features. More... | |
| virtual const QgsFeatureIds & | selectedFeaturesIds () const |
| Return reference to identifiers of selected features. More... | |
Public Member Functions inherited from QgsIFeatureSelectionManager | |
| QgsIFeatureSelectionManager (QObject *parent) | |
Private Attributes | |
| QgsVectorLayer * | mLayer |
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. More... | |
Definition at line 23 of file qgsvectorlayerselectionmanager.h.
|
explicit |
Definition at line 20 of file qgsvectorlayerselectionmanager.cpp.
References mLayer, and QgsIFeatureSelectionManager::selectionChanged().
|
virtual |
Deselect features.
| ids | Feature ids to deselect |
Implements QgsIFeatureSelectionManager.
Definition at line 37 of file qgsvectorlayerselectionmanager.cpp.
References QgsVectorLayer::deselect(), and mLayer.
|
virtual |
Select features.
| ids | Feature ids to select |
Implements QgsIFeatureSelectionManager.
Definition at line 32 of file qgsvectorlayerselectionmanager.cpp.
References mLayer, and QgsVectorLayer::select().
|
virtual |
The number of features that are selected in this layer.
Implements QgsIFeatureSelectionManager.
Definition at line 27 of file qgsvectorlayerselectionmanager.cpp.
References mLayer, and QgsVectorLayer::selectedFeatureCount().
|
virtual |
Return reference to identifiers of selected features.
Implements QgsIFeatureSelectionManager.
Definition at line 47 of file qgsvectorlayerselectionmanager.cpp.
References mLayer, and QgsVectorLayer::selectedFeaturesIds().
|
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.
Definition at line 42 of file qgsvectorlayerselectionmanager.cpp.
References mLayer, and QgsVectorLayer::setSelectedFeatures().
|
private |
Definition at line 68 of file qgsvectorlayerselectionmanager.h.
Referenced by deselect(), QgsVectorLayerSelectionManager(), select(), selectedFeatureCount(), selectedFeaturesIds(), and setSelectedFeatures().
1.8.7