QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Static Public Member Functions | List of all members
QgsScaleUtils Class Reference

#include <qgsscaleutils.h>

Static Public Member Functions

static bool loadScaleList (const QString &fileName, QStringList &scales, QString &errorMessage)
 Load scales from the given file. More...
 
static bool saveScaleList (const QString &fileName, const QStringList &scales, QString &errorMessage)
 Save scales to the given file. More...
 

Detailed Description

Definition at line 27 of file qgsscaleutils.h.

Member Function Documentation

◆ loadScaleList()

bool QgsScaleUtils::loadScaleList ( const QString &  fileName,
QStringList &  scales,
QString &  errorMessage 
)
static

Load scales from the given file.

Parameters
fileNamethe name of the file to process
scalesit will contain loaded scales
errorMessageit will contain the error message if something went wrong
Returns
true on success and false if failed

Definition at line 48 of file qgsscaleutils.cpp.

◆ saveScaleList()

bool QgsScaleUtils::saveScaleList ( const QString &  fileName,
const QStringList &  scales,
QString &  errorMessage 
)
static

Save scales to the given file.

Parameters
fileNamethe name of the output file
scalesthe list of scales to save
errorMessageit will contain the error message if something went wrong
Returns
true on success and false if failed

Definition at line 22 of file qgsscaleutils.cpp.


The documentation for this class was generated from the following files: