18 #ifndef QGSSINGLEBANDCOLORRENDERERWIDGET_H 
   19 #define QGSSINGLEBANDCOLORRENDERERWIDGET_H 
   25 #include "ui_qgssinglebandpseudocolorrendererwidgetbase.h" 
   57     int currentBand() 
const;
 
   64     void loadMinMax( 
int bandNo, 
double min, 
double max );
 
   66     void loadMinMaxFromTree( 
double min, 
double max );
 
   70     void mMinLineEdit_textChanged( 
const QString & );
 
   71     void mMaxLineEdit_textChanged( 
const QString & );
 
   72     void mMinLineEdit_textEdited( 
const QString &text );
 
   73     void mMaxLineEdit_textEdited( 
const QString &text );
 
   76     void setLineEditValue( QLineEdit *lineEdit, 
double value );
 
   77     double lineEditValue( 
const QLineEdit *lineEdit ) 
const;
 
   82     void minMaxModified();
 
   85     QString displayValueWithMaxPrecision( 
const double value );
 
   87     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.