|
QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
A structure that defines layers for the purpose of this dialog. More...
#include <qgssublayersdialog.h>
Public Member Functions | |
| LayerDefinition () | |
Public Attributes | |
| int | count |
| number of features (might be unused) More... | |
| int | layerId |
| 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 40 of file qgssublayersdialog.h.
|
inline |
Definition at line 42 of file qgssublayersdialog.h.
| int QgsSublayersDialog::LayerDefinition::count |
number of features (might be unused)
Definition at line 46 of file qgssublayersdialog.h.
| int QgsSublayersDialog::LayerDefinition::layerId |
identifier of the layer (one unique layer id may have multiple types though)
Definition at line 44 of file qgssublayersdialog.h.
| QString QgsSublayersDialog::LayerDefinition::layerName |
name of the layer (not necessarily unique)
Definition at line 45 of file qgssublayersdialog.h.
| QString QgsSublayersDialog::LayerDefinition::type |
extra type depending on the use (e.g. geometry type for vector sublayers)
Definition at line 47 of file qgssublayersdialog.h.
1.8.13