QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
#include <qgsfeatureselectiondlg.h>
Public Member Functions | |
QgsFeatureSelectionDlg (QgsVectorLayer *vl, QgsAttributeEditorContext &context, QWidget *parent=nullptr) | |
Constructor for QgsFeatureSelectionDlg. More... | |
const QgsFeatureIds & | selectedFeatures () |
Gets the selected features. More... | |
void | setSelectedFeatures (const QgsFeatureIds &ids) |
Set the selected features. More... | |
Protected Member Functions | |
void | showEvent (QShowEvent *event) override |
Make sure the dialog does not grow too much. More... | |
Definition at line 37 of file qgsfeatureselectiondlg.h.
|
explicit |
Constructor for QgsFeatureSelectionDlg.
Definition at line 26 of file qgsfeatureselectiondlg.cpp.
const QgsFeatureIds & QgsFeatureSelectionDlg::selectedFeatures | ( | ) |
Gets the selected features.
Definition at line 40 of file qgsfeatureselectiondlg.cpp.
void QgsFeatureSelectionDlg::setSelectedFeatures | ( | const QgsFeatureIds & | ids | ) |
Set the selected features.
ids | The feature ids to select |
Definition at line 45 of file qgsfeatureselectiondlg.cpp.
|
overrideprotected |
Make sure the dialog does not grow too much.
Definition at line 50 of file qgsfeatureselectiondlg.cpp.