Merge pull request #8663 from qgis/m-kuhn-patch-1

Hint where to find select features method
This commit is contained in:
Matthias Kuhn 2018-12-18 14:21:00 +01:00 committed by GitHub
commit 13de14a114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -665,6 +665,8 @@ Returns a list of the selected features IDs in this layer.
.. seealso:: :py:func:`selectedFeatures`
.. seealso:: :py:func:`selectedFeatureCount`
.. seealso:: :py:func:`selectByIds`
%End
QgsRectangle boundingBoxOfSelected() const;

View File

@ -702,6 +702,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
*
* \see selectedFeatures()
* \see selectedFeatureCount()
* \see selectByIds()
*/
const QgsFeatureIds &selectedFeatureIds() const;