18 #ifndef QGSMULTIBANDCOLORRENDERERWIDGET_H 19 #define QGSMULTIBANDCOLORRENDERERWIDGET_H 22 #include "ui_qgsmultibandcolorrendererwidgetbase.h" 49 QString
min(
int index = 0 )
override;
50 QString
max(
int index = 0 )
override;
51 void setMin(
const QString &value,
int index = 0 )
override;
52 void setMax(
const QString &value,
int index = 0 )
override;
59 void loadMinMax(
int bandNo,
double min,
double max );
62 void onBandChanged(
int );
63 void mRedMinLineEdit_textChanged(
const QString & );
64 void mRedMaxLineEdit_textChanged(
const QString & );
65 void mGreenMinLineEdit_textChanged(
const QString & );
66 void mGreenMaxLineEdit_textChanged(
const QString & );
67 void mBlueMinLineEdit_textChanged(
const QString & );
68 void mBlueMaxLineEdit_textChanged(
const QString & );
71 void createValidators();
77 bool mDisableMinMaxWidgetRefresh;
79 void minMaxModified();
82 #endif // QGSMULTIBANDCOLORRENDERERWIDGET_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.
Renderer for multiband images with the color components.
Manipulates raster pixel values so that they enhanceContrast or clip into a specified numerical range...
Raster renderer pipe that applies colors to a raster.
Base class for raster data providers.