QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
Go to the documentation of this file.
18 #ifndef QGSRASTERRENDERERWIDGET_H
19 #define QGSRASTERRENDERERWIDGET_H
44 : mRasterLayer( layer )
69 virtual QString
min(
int index = 0 ) { Q_UNUSED( index )
return QString(); }
70 virtual QString
max(
int index = 0 ) { Q_UNUSED( index )
return QString(); }
71 virtual void setMin(
const QString &value,
int index = 0 ) { Q_UNUSED( index ) Q_UNUSED( value ); }
72 virtual void setMax(
const QString &value,
int index = 0 ) { Q_UNUSED( index ) Q_UNUSED( value ); }
73 virtual QString
stdDev() {
return QString(); }
74 virtual void setStdDev(
const QString &value ) { Q_UNUSED( value ) }
75 virtual int selectedBand(
int index = 0 ) { Q_UNUSED( index )
return -1; }
101 #endif // QGSRASTERRENDERERWIDGET_H