This commit is contained in:
Blottiere Paul 2019-03-20 08:23:37 +00:00
parent 95ed64e6cc
commit 216874158e

View File

@ -1190,37 +1190,37 @@ namespace QgsWms
*/
QStringList atlasPk() const;
/*
/**
* Returns a map of DXF options defined within FORMAT_OPTIONS parameter.
* \since QGIS 3.8
*/
QMap<DxfFormatOption, QString> dxfFormatOptions() const;
/*
/**
* Returns the DXF LAYERATTRIBUTES parameter.
* \since QGIS 3.8
*/
QStringList dxfLayerAttributes() const;
/*
/**
* Returns the DXF USE_TITLE_AS_LAYERNAME parameter.
* \since QGIS 3.8
*/
bool dxfUseLayerTitleAsName() const;
/*
/**
* Returns the DXF SCALE parameter.
* \since QGIS 3.8
*/
double dxfScale() const;
/*
/**
* Returns the DXF MODE parameter.
* \since QGIS 3.8
*/
QgsDxfExport::SymbologyExport dxfMode() const;
/*
/**
* Returns the DXF CODEC parameter.
* \since QGIS 3.8
*/