67 void setBands(
const QList<int> &bands );
76 int sampleSize() {
return cboAccuracy->currentIndex() == 0 ? 250000 : 0; }
85 void hideUpdatedExtent();
88 void doComputations();
91 void userHasSetManualMinMaxValues();
94 bool isCollapsed()
const {
return mLoadMinMaxValuesGroupBox->isCollapsed(); }
97 void setCollapsed(
bool b ) { mLoadMinMaxValuesGroupBox->setCollapsed( b ); }
108 void load(
int bandNo,
double min,
double max );
112 void mUserDefinedRadioButton_toggled(
bool );
113 void mMinMaxRadioButton_toggled(
bool b )
116 emit widgetChanged();
118 void mStdDevRadioButton_toggled(
bool b )
121 emit widgetChanged();
123 void mCumulativeCutRadioButton_toggled(
bool b )
126 emit widgetChanged();
128 void mStatisticsExtentCombo_currentIndexChanged(
int ) { emit widgetChanged(); }
129 void mCumulativeCutLowerDoubleSpinBox_valueChanged(
double ) { emit widgetChanged(); }
130 void mCumulativeCutUpperDoubleSpinBox_valueChanged(
double ) { emit widgetChanged(); }
131 void mStdDevSpinBox_valueChanged(
double ) { emit widgetChanged(); }
132 void cboAccuracy_currentIndexChanged(
int ) { emit widgetChanged(); }
141 bool mLastRectangleValid;