| 
    QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
    
   | 
 
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... | |
| QString | description | 
| Description.  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 77 of file qgssublayersdialog.h.
| int QgsSublayersDialog::LayerDefinition::count = -1 | 
Number of features (might be unused)
Definition at line 86 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 80 of file qgssublayersdialog.h.
| QString QgsSublayersDialog::LayerDefinition::layerName | 
Name of the layer (not necessarily unique)
Definition at line 83 of file qgssublayersdialog.h.
| QString QgsSublayersDialog::LayerDefinition::type | 
Extra type depending on the use (e.g. geometry type for vector sublayers)
Definition at line 89 of file qgssublayersdialog.h.