18 #ifndef QGSRASTERRENDERERWIDGET_H 19 #define QGSRASTERRENDERERWIDGET_H 44 : mRasterLayer( layer )
70 virtual QString
min(
int index = 0 ) { Q_UNUSED( index );
return QString(); }
71 virtual QString
max(
int index = 0 ) { Q_UNUSED( index );
return QString(); }
72 virtual void setMin(
const QString &value,
int index = 0 ) { Q_UNUSED( index ); Q_UNUSED( value ); }
73 virtual void setMax(
const QString &value,
int index = 0 ) { Q_UNUSED( index ); Q_UNUSED( value ); }
74 virtual QString
stdDev() {
return QString(); }
75 virtual void setStdDev(
const QString &value ) { Q_UNUSED( value ); }
76 virtual int selectedBand(
int index = 0 ) { Q_UNUSED( index );
return -1; }
102 #endif // QGSRASTERRENDERERWIDGET_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.