QGIS/python/core/auto_generated/qgsmapsettingsutils.sip.in
2018-05-14 10:23:37 -04:00

53 lines
1.6 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsmapsettingsutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsMapSettingsUtils
{
%Docstring
Utilities for map settings.
.. versionadded:: 3.0
%End
%TypeHeaderCode
#include "qgsmapsettingsutils.h"
%End
public:
static const QStringList containsAdvancedEffects( const QgsMapSettings &mapSettings );
%Docstring
Checks whether any of the layers attached to a map settings object contain advanced effects
:param mapSettings: map settings
%End
static QString worldFileContent( const QgsMapSettings &mapSettings );
%Docstring
Creates the content of a world file.
:param mapSettings: map settings
.. note::
Uses 17 places of precision for all numbers output
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsmapsettingsutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/