mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
* is_selected() returns if the current feature is selected * num_selected() returns the number of selected features on the current layer * is_selected(layer, feature) returns if the "feature" is selected. "feature" must be on "layer". * num_selected(layer) returns the number of selected features on "layer"