18 #ifndef QGSRASTERMINMAXWIDGET_H 19 #define QGSRASTERMINMAXWIDGET_H 21 #include "ui_qgsrasterminmaxwidgetbase.h" 34 void setBands(
const QList<int> & theBands ) { mBands = theBands; }
37 void load() { on_mLoadPushButton_clicked(); }
40 void load(
int theBandNo,
double theMin,
double theMax,
int origin );
43 void on_mLoadPushButton_clicked();
51 #endif // QGSRASTERMINMAXWIDGET_H A rectangle specified with double values.
This class provides qgis with the ability to render raster datasets onto the mapcanvas.