18 #ifndef QGSSINGLEBANDCOLORRENDERERWIDGET_H 19 #define QGSSINGLEBANDCOLORRENDERERWIDGET_H 24 #include "ui_qgssinglebandpseudocolorrendererwidgetbase.h" 30 private Ui::QgsSingleBandPseudoColorRendererWidgetBase
51 void loadMinMax(
int theBandNo,
double theMin,
double theMax,
int theOrigin );
63 void setUnitFromLabels();
66 void on_mAddEntryButton_clicked();
67 void on_mDeleteEntryButton_clicked();
68 void on_mNumberOfEntriesSpinBox_valueChanged();
69 void on_mClassifyButton_clicked();
70 void on_mLoadFromBandButton_clicked();
71 void on_mLoadFromFileButton_clicked();
72 void on_mExportToFileButton_clicked();
73 void on_mUnitLineEdit_textEdited(
const QString & text ) { Q_UNUSED( text ); autoLabel(); }
74 void on_mColormapTreeWidget_itemDoubleClicked(
QTreeWidgetItem* item,
int column );
75 void mColormapTreeWidget_itemEdited(
QTreeWidgetItem* item,
int column );
76 void on_mBandComboBox_currentIndexChanged(
int index );
77 void on_mColorInterpolationComboBox_currentIndexChanged(
int index );
78 void on_mMinLineEdit_textChanged(
const QString & text ) { Q_UNUSED( text ); resetClassifyButton(); }
79 void on_mMaxLineEdit_textChanged(
const QString & text ) { Q_UNUSED( text ); resetClassifyButton(); }
82 void on_mClassificationModeComboBox_currentIndexChanged(
int index );
83 void on_mColorRampComboBox_currentIndexChanged(
int index );
86 void setLineEditValue(
QLineEdit *theLineEdit,
double theValue );
87 double lineEditValue(
const QLineEdit *theLineEdit )
const;
88 void resetClassifyButton();
89 void showMinMaxOrigin();
113 #endif // QGSSINGLEBANDCOLORRENDERERWIDGET_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.
Raster renderer pipe that applies colors to a raster.