QGIS/python/core/auto_generated/qgsscaleutils.sip.in

52 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-05-18 16:39:21 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsscaleutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsScaleUtils
{
2017-05-18 16:39:21 +02:00
%TypeHeaderCode
2017-05-18 16:39:21 +02:00
#include "qgsscaleutils.h"
%End
public:
2017-05-18 16:39:21 +02:00
static bool saveScaleList( const QString &fileName, const QStringList &scales, QString &errorMessage );
2017-05-18 16:39:21 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Save scales to the given file
2017-12-15 21:36:08 -04:00
2017-12-15 10:36:55 -04:00
:param fileName: the name of the output file
:param scales: the list of scales to save
:param errorMessage: it will contain the error message if something
went wrong
2017-12-15 10:36:55 -04:00
:return: true on success and false if failed
2017-05-18 16:39:21 +02:00
%End
static bool loadScaleList( const QString &fileName, QStringList &scales, QString &errorMessage );
2017-05-18 16:39:21 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
Load scales from the given file
2017-12-15 21:36:08 -04:00
2017-12-15 10:36:55 -04:00
:param fileName: the name of the file to process
:param scales: it will contain loaded scales
:param errorMessage: it will contain the error message if something
went wrong
2017-12-15 10:36:55 -04:00
:return: true on success and false if failed
2017-05-18 16:39:21 +02:00
%End
};
2017-05-18 16:39:21 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgsscaleutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/