Skip to content

Commit

Permalink
Add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 25, 2019
1 parent 2bb7319 commit 8d23d85
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/server/services/wms/qgswmsparameters.h
Expand Up @@ -1190,16 +1190,40 @@ 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
*/
QString dxfCodec() const;

private:
Expand Down

0 comments on commit 8d23d85

Please sign in to comment.