QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | Public Attributes | List of all members
QgsSublayersDialog::LayerDefinition Struct Reference

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...
 

Detailed Description

A structure that defines layers for the purpose of this dialog.

Note
added in 2.16

Definition at line 40 of file qgssublayersdialog.h.

Constructor & Destructor Documentation

◆ LayerDefinition()

QgsSublayersDialog::LayerDefinition::LayerDefinition ( )
inline

Definition at line 42 of file qgssublayersdialog.h.

Member Data Documentation

◆ count

int QgsSublayersDialog::LayerDefinition::count

number of features (might be unused)

Definition at line 46 of file qgssublayersdialog.h.

◆ layerId

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.

◆ layerName

QString QgsSublayersDialog::LayerDefinition::layerName

name of the layer (not necessarily unique)

Definition at line 45 of file qgssublayersdialog.h.

◆ type

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.


The documentation for this struct was generated from the following file: