File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -39,17 +39,18 @@ class QgsMapSettings
39
39
//! Set DPI used for conversion between real world units (e.g. mm) and pixels
40
40
void setOutputDpi( double dpi );
41
41
42
-
43
42
/**
44
- * @brief setMagnificationFactor set the magnification factor
43
+ * Set the magnification factor.
45
44
* @param factor the factor of magnification
46
45
* @note added in 2.16
46
+ * @see magnificationFactor()
47
47
*/
48
- void setMagnificationFactor( double factor );
48
+ void setMagnificationFactor( double factor );
49
49
50
- //! Return the magnification factor.
50
+ //! Return the magnification factor.
51
51
//! @note added in 2.16
52
- double magnificationFactor() const;
52
+ //! @see setMagnificationFactor()
53
+ double magnificationFactor() const;
53
54
54
55
//! Get list of layer IDs for map rendering
55
56
//! The layers are stored in the reverse order of how they are rendered (layer with index 0 will be on top)
Original file line number Diff line number Diff line change @@ -88,14 +88,16 @@ class CORE_EXPORT QgsMapSettings
88
88
void setOutputDpi ( double dpi );
89
89
90
90
/* *
91
- * @brief setMagnificationFactor set the magnification factor
91
+ * Set the magnification factor.
92
92
* @param factor the factor of magnification
93
- * @param factorChanged defines if it actually changed in the map settings
94
93
* @note added in 2.16
94
+ * @see magnificationFactor()
95
95
*/
96
96
void setMagnificationFactor ( double factor );
97
+
97
98
// ! Return the magnification factor.
98
99
// ! @note added in 2.16
100
+ // ! @see setMagnificationFactor()
99
101
double magnificationFactor () const ;
100
102
101
103
// ! Get list of layer IDs for map rendering
You can’t perform that action at this time.
0 commit comments