File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
python/core/auto_generated Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ Returns the factor of map units per pixel for symbols with size given in map uni
200
200
201
201
.. seealso:: :py:func:`setMapUnitsPerPixel`
202
202
203
- .. versionadded:: 3.8
203
+ .. versionadded:: 3.4
204
204
%End
205
205
206
206
void setMapUnitsPerPixel( double mapUnitsPerPixel );
@@ -209,7 +209,7 @@ Sets the mmPerMapUnit calculated by ``mapUnitsPerPixel`` mostly taken from the m
209
209
210
210
.. seealso:: :py:func:`mapUnitsPerPixel`
211
211
212
- .. versionadded:: 3.8
212
+ .. versionadded:: 3.4
213
213
%End
214
214
215
215
int dpi() const;
Original file line number Diff line number Diff line change @@ -181,14 +181,14 @@ class CORE_EXPORT QgsLegendSettings
181
181
/* *
182
182
* Returns the factor of map units per pixel for symbols with size given in map units calculated by dpi and mmPerMapUnit
183
183
* \see setMapUnitsPerPixel()
184
- * \since QGIS 3.8
184
+ * \since QGIS 3.4
185
185
*/
186
186
double mapUnitsPerPixel () const ;
187
187
188
188
/* *
189
189
* Sets the mmPerMapUnit calculated by \a mapUnitsPerPixel mostly taken from the map settings.
190
190
* \see mapUnitsPerPixel()
191
- * \since QGIS 3.8
191
+ * \since QGIS 3.4
192
192
*/
193
193
void setMapUnitsPerPixel ( double mapUnitsPerPixel );
194
194
Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ namespace QgsWms
372
372
/* *
373
373
* Returns SRCWIDTH parameter or an empty string if not defined.
374
374
* \returns srcWidth parameter
375
- * \since QGIS 3.8
375
+ * \since QGIS 3.4
376
376
*/
377
377
QString srcWidth () const ;
378
378
@@ -382,14 +382,14 @@ namespace QgsWms
382
382
* converted.
383
383
* \returns srcWidth parameter
384
384
* \throws QgsBadRequestException
385
- * \since QGIS 3.8
385
+ * \since QGIS 3.4
386
386
*/
387
387
int srcWidthAsInt () const ;
388
388
389
389
/* *
390
390
* Returns SRCHEIGHT parameter or an empty string if not defined.
391
391
* \returns srcHeight parameter
392
- * \since QGIS 3.8
392
+ * \since QGIS 3.4
393
393
*/
394
394
QString srcHeight () const ;
395
395
@@ -399,7 +399,7 @@ namespace QgsWms
399
399
* converted.
400
400
* \returns srcHeight parameter
401
401
* \throws QgsBadRequestException
402
- * \since QGIS 3.8
402
+ * \since QGIS 3.4
403
403
*/
404
404
int srcHeightAsInt () const ;
405
405
Original file line number Diff line number Diff line change @@ -294,14 +294,14 @@ namespace QgsWms
294
294
/* *
295
295
* Returns QgsWmsParameter SRCWIDTH if it's a GetLegendGraphics request and otherwise HEIGHT parameter
296
296
* \returns height parameter
297
- * \since QGIS 3.4.7
297
+ * \since QGIS 3.4
298
298
*/
299
299
int height () const ;
300
300
301
301
/* *
302
302
* Returns QgsWmsParameter SRCWIDTH parameter if it's a GetLegendGraphics request and otherwise WIDTH parameter
303
303
* \returns width parameter
304
- * \since QGIS 3.4.7
304
+ * \since QGIS 3.4
305
305
*/
306
306
int width () const ;
307
307
You can’t perform that action at this time.
0 commit comments