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 #endif // QGSSINGLEBANDCOLORRENDERERWIDGET_H A rectangle specified with double values. 
 
This class provides qgis with the ability to render raster datasets onto the mapcanvas. 
 
Map canvas is a class for displaying all GIS data types on a canvas. 
 
Raster renderer pipe that applies colors to a raster.