|
QGIS API Documentation 3.99.0-Master (2fe06baccd8)
|
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 78 of file qgssublayersdialog.h.
| int QgsSublayersDialog::LayerDefinition::count = -1 |
Number of features (might be unused).
Definition at line 87 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 81 of file qgssublayersdialog.h.
| QString QgsSublayersDialog::LayerDefinition::layerName |
Name of the layer (not necessarily unique).
Definition at line 84 of file qgssublayersdialog.h.
| QString QgsSublayersDialog::LayerDefinition::type |
Extra type depending on the use (e.g. geometry type for vector sublayers).
Definition at line 90 of file qgssublayersdialog.h.