QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Member Functions | List of all members
QgsDxfExport::DxfLayer Struct Reference

Layers and optional attribute index to split into multiple layers using attribute value as layer name. More...

#include <qgsdxfexport.h>

Public Member Functions

 DxfLayer (QgsVectorLayer *vl, int layerOutputAttributeIndex=-1)
 
QgsVectorLayerlayer () const
 Returns the layer. More...
 
int layerOutputAttributeIndex () const
 Returns the attribute index used to split into multiple layers. More...
 

Detailed Description

Layers and optional attribute index to split into multiple layers using attribute value as layer name.

Definition at line 59 of file qgsdxfexport.h.

Constructor & Destructor Documentation

QgsDxfExport::DxfLayer::DxfLayer ( QgsVectorLayer vl,
int  layerOutputAttributeIndex = -1 
)
inline

Definition at line 61 of file qgsdxfexport.h.

Member Function Documentation

QgsVectorLayer* QgsDxfExport::DxfLayer::layer ( ) const
inline

Returns the layer.

Definition at line 67 of file qgsdxfexport.h.

int QgsDxfExport::DxfLayer::layerOutputAttributeIndex ( ) const
inline

Returns the attribute index used to split into multiple layers.

The attribute value is used for layer names.

Definition at line 73 of file qgsdxfexport.h.


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