18 #ifndef QGSRASTERRENDERERWIDGET_H    19 #define QGSRASTERRENDERERWIDGET_H    44       : mRasterLayer( layer )
    69     virtual QString 
min( 
int index = 0 ) { Q_UNUSED( index ) 
return QString(); }
    70     virtual QString 
max( 
int index = 0 ) { Q_UNUSED( index ) 
return QString(); }
    71     virtual void setMin( 
const QString &value, 
int index = 0 ) { Q_UNUSED( index ) Q_UNUSED( value ); }
    72     virtual void setMax( 
const QString &value, 
int index = 0 ) { Q_UNUSED( index ) Q_UNUSED( value ); }
    73     virtual QString 
stdDev() { 
return QString(); }
    74     virtual void setStdDev( 
const QString &value ) { Q_UNUSED( value ) }
    75     virtual int selectedBand( 
int index = 0 ) { Q_UNUSED( index ) 
return -1; }
   101 #endif // QGSRASTERRENDERERWIDGET_H A rectangle specified with double values. 
 
Represents a raster layer. 
 
Map canvas is a class for displaying all GIS data types on a canvas. 
 
Raster renderer pipe that applies colors to a raster.