Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fix doxygen warnings
- Loading branch information
Showing
with
10 additions
and
7 deletions.
-
+6
−5
python/core/qgsmapsettings.sip
-
+4
−2
src/core/qgsmapsettings.h
|
@@ -39,17 +39,18 @@ class QgsMapSettings |
|
|
//! Set DPI used for conversion between real world units (e.g. mm) and pixels |
|
|
void setOutputDpi( double dpi ); |
|
|
|
|
|
|
|
|
/** |
|
|
* @brief setMagnificationFactor set the magnification factor |
|
|
* Set the magnification factor. |
|
|
* @param factor the factor of magnification |
|
|
* @note added in 2.16 |
|
|
* @see magnificationFactor() |
|
|
*/ |
|
|
void setMagnificationFactor( double factor ); |
|
|
void setMagnificationFactor( double factor ); |
|
|
|
|
|
//! Return the magnification factor. |
|
|
//! Return the magnification factor. |
|
|
//! @note added in 2.16 |
|
|
double magnificationFactor() const; |
|
|
//! @see setMagnificationFactor() |
|
|
double magnificationFactor() const; |
|
|
|
|
|
//! Get list of layer IDs for map rendering |
|
|
//! The layers are stored in the reverse order of how they are rendered (layer with index 0 will be on top) |
|
|
|
@@ -88,14 +88,16 @@ class CORE_EXPORT QgsMapSettings |
|
|
void setOutputDpi( double dpi ); |
|
|
|
|
|
/** |
|
|
* @brief setMagnificationFactor set the magnification factor |
|
|
* Set the magnification factor. |
|
|
* @param factor the factor of magnification |
|
|
* @param factorChanged defines if it actually changed in the map settings |
|
|
* @note added in 2.16 |
|
|
* @see magnificationFactor() |
|
|
*/ |
|
|
void setMagnificationFactor( double factor ); |
|
|
|
|
|
//! Return the magnification factor. |
|
|
//! @note added in 2.16 |
|
|
//! @see setMagnificationFactor() |
|
|
double magnificationFactor() const; |
|
|
|
|
|
//! Get list of layer IDs for map rendering |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.