Skip to content

Commit

Permalink
Dox++
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 31, 2019
1 parent 1991c7b commit e1a1745
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/core/auto_generated/qgsprojectviewsettings.sip.in
Expand Up @@ -92,6 +92,9 @@ The scales list consists of a list of scale denominator values, e.g.
%Docstring
Sets whether project mapScales() are ``enabled``.

When project map scales are enabled these scales will replace the default QGIS map scales list
while working with this project.

.. seealso:: :py:func:`useProjectScales`

.. seealso:: :py:func:`setMapScales`
Expand All @@ -101,6 +104,9 @@ Sets whether project mapScales() are ``enabled``.
%Docstring
Returns ``True`` if project mapScales() are enabled.

When project map scales are enabled these scales will replace the default QGIS map scales list
while working with this project.

.. seealso:: :py:func:`setUseProjectScales`

.. seealso:: :py:func:`mapScales`
Expand Down
6 changes: 6 additions & 0 deletions src/core/qgsprojectviewsettings.h
Expand Up @@ -100,6 +100,9 @@ class CORE_EXPORT QgsProjectViewSettings : public QObject
/**
* Sets whether project mapScales() are \a enabled.
*
* When project map scales are enabled these scales will replace the default QGIS map scales list
* while working with this project.
*
* \see useProjectScales()
* \see setMapScales()
*/
Expand All @@ -108,6 +111,9 @@ class CORE_EXPORT QgsProjectViewSettings : public QObject
/**
* Returns TRUE if project mapScales() are enabled.
*
* When project map scales are enabled these scales will replace the default QGIS map scales list
* while working with this project.
*
* \see setUseProjectScales()
* \see mapScales()
*/
Expand Down

0 comments on commit e1a1745

Please sign in to comment.