File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1190,16 +1190,40 @@ namespace QgsWms
1190
1190
*/
1191
1191
QStringList atlasPk () const ;
1192
1192
1193
+ /*
1194
+ * Returns a map of DXF options defined within FORMAT_OPTIONS parameter.
1195
+ * \since QGIS 3.8
1196
+ */
1193
1197
QMap<DxfFormatOption, QString> dxfFormatOptions () const ;
1194
1198
1199
+ /*
1200
+ * Returns the DXF LAYERATTRIBUTES parameter.
1201
+ * \since QGIS 3.8
1202
+ */
1195
1203
QStringList dxfLayerAttributes () const ;
1196
1204
1205
+ /*
1206
+ * Returns the DXF USE_TITLE_AS_LAYERNAME parameter.
1207
+ * \since QGIS 3.8
1208
+ */
1197
1209
bool dxfUseLayerTitleAsName () const ;
1198
1210
1211
+ /*
1212
+ * Returns the DXF SCALE parameter.
1213
+ * \since QGIS 3.8
1214
+ */
1199
1215
double dxfScale () const ;
1200
1216
1217
+ /*
1218
+ * Returns the DXF MODE parameter.
1219
+ * \since QGIS 3.8
1220
+ */
1201
1221
QgsDxfExport::SymbologyExport dxfMode () const ;
1202
1222
1223
+ /*
1224
+ * Returns the DXF CODEC parameter.
1225
+ * \since QGIS 3.8
1226
+ */
1203
1227
QString dxfCodec () const ;
1204
1228
1205
1229
private:
You can’t perform that action at this time.
0 commit comments