|
Quantum GIS API Documentation
master-ce49b66
|
#include <qgsscaleutils.h>
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 | |
Definition at line 22 of file qgsscaleutils.h.
| bool QgsScaleUtils::loadScaleList | ( | const QString & | fileName, |
| QStringList & | scales, | ||
| QString & | errorMessage | ||
| ) | [static] |
load scales from the given file
| fileName | the name of the file to process |
| scales | it will contain loaded scales |
| errorMessage | it will contain the error message if something went wrong |
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
| fileName | the name of the output file |
| scales | the list of scales to save |
| errorMessage | it will contain the error message if something went wrong |
Definition at line 22 of file qgsscaleutils.cpp.
References file.