QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
A structure that defines layers for the purpose of this dialog. More...
#include <qgssublayersdialog.h>
Public Attributes | |
int | count = -1 |
Number of features (might be unused) | |
QString | description |
Description. | |
int | layerId = -1 |
Identifier of the layer (one unique layer id may have multiple types though) | |
QString | layerName |
Name of the layer (not necessarily unique) | |
QString | type |
Extra type depending on the use (e.g. geometry type for vector sublayers) | |
A structure that defines layers for the purpose of this dialog.
Definition at line 76 of file qgssublayersdialog.h.
int QgsSublayersDialog::LayerDefinition::count = -1 |
Number of features (might be unused)
Definition at line 85 of file qgssublayersdialog.h.
QString QgsSublayersDialog::LayerDefinition::description |
int QgsSublayersDialog::LayerDefinition::layerId = -1 |
Identifier of the layer (one unique layer id may have multiple types though)
Definition at line 79 of file qgssublayersdialog.h.
QString QgsSublayersDialog::LayerDefinition::layerName |
Name of the layer (not necessarily unique)
Definition at line 82 of file qgssublayersdialog.h.
QString QgsSublayersDialog::LayerDefinition::type |
Extra type depending on the use (e.g. geometry type for vector sublayers)
Definition at line 88 of file qgssublayersdialog.h.