QGIS API Documentation  master-6227475
QgsScaleUtils Class Reference

#include <qgsscaleutils.h>

List of all members.

Static Public Member Functions

static bool loadScaleList (const QString &fileName, QStringList &scales, QString &errorMessage)
 load scales from the given file
static bool saveScaleList (const QString &fileName, const QStringList &scales, QString &errorMessage)
 save scales to the given file

Detailed Description

Definition at line 22 of file qgsscaleutils.h.


Member Function Documentation

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.

References file.

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.

References file.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines