| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
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) | |
| QgsVectorLayer * | layer () const | 
| Returns the layer.  More... | |
| int | layerOutputAttributeIndex () const | 
| Returns the attribute index used to split into multiple layers.  More... | |
| QString | splitLayerAttribute () const | 
| If the split layer attribute is set, the vector layer will be split into several dxf layers, one per each unique value.  More... | |
Layers and optional attribute index to split into multiple layers using attribute value as layer name.
Definition at line 72 of file qgsdxfexport.h.
| 
 | inline | 
Definition at line 74 of file qgsdxfexport.h.
| 
 | inline | 
Returns the layer.
Definition at line 80 of file qgsdxfexport.h.
| 
 | inline | 
Returns the attribute index used to split into multiple layers.
The attribute value is used for layer names.
Definition at line 87 of file qgsdxfexport.h.
| QString QgsDxfExport::DxfLayer::splitLayerAttribute | ( | ) | const | 
If the split layer attribute is set, the vector layer will be split into several dxf layers, one per each unique value.
Definition at line 2398 of file qgsdxfexport.cpp.