68 void setBands(
const QList<int> &bands );
77 int sampleSize() {
return cboAccuracy->currentIndex() == 0 ? 250000 : 0; }
86 void hideUpdatedExtent();
89 void doComputations();
92 void userHasSetManualMinMaxValues();
95 bool isCollapsed()
const {
return mLoadMinMaxValuesGroupBox->isCollapsed(); }
98 void setCollapsed(
bool b ) { mLoadMinMaxValuesGroupBox->setCollapsed( b ); }
109 void load(
int bandNo,
double min,
double max );
113 void mUserDefinedRadioButton_toggled(
bool );
114 void mMinMaxRadioButton_toggled(
bool b ) {
if ( b ) emit widgetChanged(); }
115 void mStdDevRadioButton_toggled(
bool b ) {
if ( b ) emit widgetChanged(); }
116 void mCumulativeCutRadioButton_toggled(
bool b ) {
if ( b ) emit widgetChanged(); }
117 void mStatisticsExtentCombo_currentIndexChanged(
int ) { emit widgetChanged(); }
118 void mCumulativeCutLowerDoubleSpinBox_valueChanged(
double ) { emit widgetChanged(); }
119 void mCumulativeCutUpperDoubleSpinBox_valueChanged(
double ) { emit widgetChanged(); }
120 void mStdDevSpinBox_valueChanged(
double ) { emit widgetChanged(); }
121 void cboAccuracy_currentIndexChanged(
int ) { emit widgetChanged(); }
130 bool mLastRectangleValid;