18 #ifndef QGSSINGLEBANDCOLORRENDERERWIDGET_H
19 #define QGSSINGLEBANDCOLORRENDERERWIDGET_H
25 #include "ui_qgssinglebandpseudocolorrendererwidgetbase.h"
53 void doComputations() override;
57 int currentBand() const;
66 void loadMinMax(
int bandNo,
double min,
double max );
68 void loadMinMaxFromTree(
double min,
double max );
72 void mMinLineEdit_textChanged( const QString & );
73 void mMaxLineEdit_textChanged( const QString & );
74 void mMinLineEdit_textEdited( const QString &text );
75 void mMaxLineEdit_textEdited( const QString &text );
78 void setLineEditValue( QLineEdit *lineEdit,
double value );
79 double lineEditValue( const QLineEdit *lineEdit ) const;
84 void minMaxModified();
87 QString displayValueWithMaxPrecision( const
double value );
89 friend class TestQgsSingleBandPseudoColorRendererWidget;
Map canvas is a class for displaying all GIS data types on a canvas.
Represents a raster layer.
Raster renderer pipe that applies colors to a raster.
A rectangle specified with double values.