16 #ifndef QGSSCALERANGEWIDGET_H 17 #define QGSSCALERANGEWIDGET_H 19 #include <QGridLayout> 46 double minimumScale();
49 double maximumScale();
55 double minimumScaleDenom();
61 double maximumScaleDenom();
64 void reloadProjectScales();
70 void setMinimumScale(
double scale );
75 void setMaximumScale(
double scale );
77 void setScaleRange(
double min,
double max );
86 void rangeChanged(
double min,
double max );
90 void emitRangeChanged();
98 QLabel* mMaximumScaleIconLabel;
99 QLabel* mMinimumScaleIconLabel;
104 #endif // QGSSCALERANGEWIDGET_H
Map canvas is a class for displaying all GIS data types on a canvas.
double ANALYSIS_EXPORT max(double x, double y)
Returns the maximum of two doubles or the first argument if both are equal.
double ANALYSIS_EXPORT min(double x, double y)
Returns the minimum of two doubles or the first argument if both are equal.