18 #ifndef QGSSINGLEBANDGRAYRENDERERWIDGET_H
19 #define QGSSINGLEBANDGRAYRENDERERWIDGET_H
23 #include "ui_qgssinglebandgrayrendererwidgetbase.h"
49 QString min(
int index = 0 )
override { Q_UNUSED( index )
return mMinLineEdit->text(); }
50 QString
max(
int index = 0 )
override { Q_UNUSED( index )
return mMaxLineEdit->text(); }
51 void setMin(
const QString &value,
int index = 0 )
override;
52 void setMax(
const QString &value,
int index = 0 )
override;
53 int selectedBand(
int index = 0 )
override { Q_UNUSED( index )
return mGrayBandComboBox->currentIndex() + 1; }
59 void loadMinMax(
int bandNo,
double min,
double max );
63 void mMinLineEdit_textChanged(
const QString & );
64 void mMaxLineEdit_textChanged(
const QString & );
65 void showLegendSettings();
69 bool mDisableMinMaxWidgetRefresh;
72 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.