Skip to content

Commit 8d23d85

Browse files
committedMar 25, 2019
Add doc
1 parent 2bb7319 commit 8d23d85

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
 

‎src/server/services/wms/qgswmsparameters.h

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,16 +1190,40 @@ namespace QgsWms
11901190
*/
11911191
QStringList atlasPk() const;
11921192

1193+
/*
1194+
* Returns a map of DXF options defined within FORMAT_OPTIONS parameter.
1195+
* \since QGIS 3.8
1196+
*/
11931197
QMap<DxfFormatOption, QString> dxfFormatOptions() const;
11941198

1199+
/*
1200+
* Returns the DXF LAYERATTRIBUTES parameter.
1201+
* \since QGIS 3.8
1202+
*/
11951203
QStringList dxfLayerAttributes() const;
11961204

1205+
/*
1206+
* Returns the DXF USE_TITLE_AS_LAYERNAME parameter.
1207+
* \since QGIS 3.8
1208+
*/
11971209
bool dxfUseLayerTitleAsName() const;
11981210

1211+
/*
1212+
* Returns the DXF SCALE parameter.
1213+
* \since QGIS 3.8
1214+
*/
11991215
double dxfScale() const;
12001216

1217+
/*
1218+
* Returns the DXF MODE parameter.
1219+
* \since QGIS 3.8
1220+
*/
12011221
QgsDxfExport::SymbologyExport dxfMode() const;
12021222

1223+
/*
1224+
* Returns the DXF CODEC parameter.
1225+
* \since QGIS 3.8
1226+
*/
12031227
QString dxfCodec() const;
12041228

12051229
private:

0 commit comments

Comments
 (0)
Please sign in to comment.