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 *
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
class QgsScaleUtils
|
|
|
|
{
|
2017-05-18 16:39:21 +02:00
|
|
|
|
2012-09-24 02:28:15 +02:00
|
|
|
%TypeHeaderCode
|
2017-05-18 16:39:21 +02:00
|
|
|
#include "qgsscaleutils.h"
|
2012-09-24 02:28:15 +02:00
|
|
|
%End
|
|
|
|
public:
|
2017-05-18 16:39:21 +02:00
|
|
|
|
2012-09-24 02:28:15 +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
|
2018-05-24 21:21:14 +10:00
|
|
|
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
|
2012-09-24 02:28:15 +02:00
|
|
|
|
|
|
|
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
|
2018-05-24 21:21:14 +10:00
|
|
|
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
|
2012-09-24 02:28:15 +02:00
|
|
|
};
|
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 *
|
|
|
|
************************************************************************/
|