18 #ifndef QGSSCALECOMBOBOX_H
19 #define QGSSCALECOMBOBOX_H
36 QString scaleString();
39 bool setScaleString( QString scaleTxt );
45 void setScale(
double scale );
51 static QString toString(
double scale );
54 static double toDouble( QString scaleString,
bool *ok = NULL );
62 void updateScales(
const QStringList &scales = QStringList() );
74 #endif // QGSSCALECOMBOBOX_H