QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Static Public Member Functions | List of all members
QgsScaleUtils Class Reference

#include <qgsscaleutils.h>

Static Public Member Functions

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

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
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

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