18 #ifndef QGSSCALECOMBOBOX_H
19 #define QGSSCALECOMBOBOX_H
35 QString scaleString();
37 bool setScaleString( QString scaleTxt );
41 void setScale(
double scale );
46 static QString toString(
double scale );
48 static double toDouble( QString scaleString,
bool *ok = NULL );
55 void updateScales(
const QStringList &scales = QStringList() );
67 #endif // QGSSCALECOMBOBOX_H