Feature request #14591
QgsVectorLayer - change method to slot - needed in Python API for plugins
Status: | Open | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | Python plugins | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 22559 |
Description
I have have a map tool in a plugin to select by rectangle. I'd like to send the rectangle to several different layers to select features with a signal.
This is the method I'd like changed to a slot.
void QgsVectorLayer::select(QgsRectangle & rect, bool addToSelection )
The other "select" methods for QgsVectorLayer are already slots.
History
#1 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No