/************************************************************************ * 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 void worldFileParameters( const QgsMapSettings &mapSettings, double &a /Out/, double &b /Out/, double &c /Out/, double &d /Out/, double &e /Out/, double &f /Out/ ); %Docstring Computes the six parameters of a world file. :param mapSettings: map settings :param b: the b parameter :param c: the c parameter :param d: the d parameter :param e: the e parameter :param f: the f parameter .. versionadded:: 3.10 %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 * ************************************************************************/