18 #ifndef QGSRASTERMINMAXWIDGET_H    19 #define QGSRASTERMINMAXWIDGET_H    21 #include "ui_qgsrasterminmaxwidgetbase.h"    68     int sampleSize() { 
return cboAccuracy->currentIndex() == 0 ? 250000 : 0; }
    71     void load() { on_mLoadPushButton_clicked(); }
    74     void load( 
int theBandNo, 
double theMin, 
double theMax, 
int origin );
    77     void on_mLoadPushButton_clicked();
    87 #endif // QGSRASTERMINMAXWIDGET_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.