mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-24 00:03:02 -04:00
Merge pull request #8663 from qgis/m-kuhn-patch-1
Hint where to find select features method
This commit is contained in:
commit
13de14a114
@ -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;
|
||||
|
@ -702,6 +702,7 @@ class CORE_EXPORT QgsVectorLayer : public QgsMapLayer, public QgsExpressionConte
|
||||
*
|
||||
* \see selectedFeatures()
|
||||
* \see selectedFeatureCount()
|
||||
* \see selectByIds()
|
||||
*/
|
||||
const QgsFeatureIds &selectedFeatureIds() const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user