18 #ifndef QGSSINGLEBANDGRAYRENDERERWIDGET_H 
   19 #define QGSSINGLEBANDGRAYRENDERERWIDGET_H 
   23 #include "ui_qgssinglebandgrayrendererwidgetbase.h" 
   46     QString 
min( 
int index = 0 )
 override { Q_UNUSED( index ) 
return mMinLineEdit->text(); }
 
   47     QString 
max( 
int index = 0 )
 override { Q_UNUSED( index ) 
return mMaxLineEdit->text(); }
 
   48     void setMin( 
const QString &value, 
int index = 0 ) 
override;
 
   49     void setMax( 
const QString &value, 
int index = 0 ) 
override;
 
   50     int selectedBand( 
int index = 0 )
 override { Q_UNUSED( index ) 
return mGrayBandComboBox->currentIndex() + 1; }
 
   56     void loadMinMax( 
int bandNo, 
double min, 
double max );
 
   60     void mMinLineEdit_textChanged( 
const QString & );
 
   61     void mMaxLineEdit_textChanged( 
const QString & );
 
   62     void showLegendSettings();
 
   66     bool mDisableMinMaxWidgetRefresh;
 
   69     void minMaxModified();
 
Settings for a color ramp legend node.
Map canvas is a class for displaying all GIS data types on a canvas.
Represents a raster layer.
Raster renderer pipe that applies colors to a raster.
A rectangle specified with double values.