QGIS API Documentation
3.0.2-Girona (307d082)
|
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) More... | |
int | layerId = -1 |
Identifier of the layer (one unique layer id may have multiple types though) More... | |
QString | layerName |
Name of the layer (not necessarily unique) More... | |
QString | type |
Extra type depending on the use (e.g. geometry type for vector sublayers) More... | |
A structure that defines layers for the purpose of this dialog.
Definition at line 45 of file qgssublayersdialog.h.
int QgsSublayersDialog::LayerDefinition::count = -1 |
Number of features (might be unused)
Definition at line 49 of file qgssublayersdialog.h.
int QgsSublayersDialog::LayerDefinition::layerId = -1 |
Identifier of the layer (one unique layer id may have multiple types though)
Definition at line 47 of file qgssublayersdialog.h.
QString QgsSublayersDialog::LayerDefinition::layerName |
Name of the layer (not necessarily unique)
Definition at line 48 of file qgssublayersdialog.h.
QString QgsSublayersDialog::LayerDefinition::type |
Extra type depending on the use (e.g. geometry type for vector sublayers)
Definition at line 50 of file qgssublayersdialog.h.