![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Lets the user choose which sublayers of a vector datasource to add. More...
#include <sublayerselectiondialog.h>
Public Member Functions | |
| SublayerSelectionDialog (const QString &sourcePath, const QList< GISVectorLayer::OgrSublayerInfo > &sublayers, QWidget *parent=nullptr) | |
| QStringList | selectedLayerNames () const |
| OGR names of the checked sublayers, in listed order. | |
| QList< GISVectorLayer::OgrSublayerInfo > | selectedSublayers () const |
| The checked sublayer descriptors, in listed order. | |
Lets the user choose which sublayers of a vector datasource to add.
|
explicit |
| sourcePath | The datasource path (for the header label). |
| sublayers | The enumerated sublayers (see GISVectorLayer::enumerateSublayers()). |
| parent | Parent widget. |
| QStringList SublayerSelectionDialog::selectedLayerNames | ( | ) | const |
OGR names of the checked sublayers, in listed order.
| QList< GISVectorLayer::OgrSublayerInfo > SublayerSelectionDialog::selectedSublayers | ( | ) | const |
The checked sublayer descriptors, in listed order.