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 )
 
  117        emit widgetChanged();
 
  119    void mStdDevRadioButton_toggled( 
bool b )
 
  122        emit widgetChanged();
 
  124    void mCumulativeCutRadioButton_toggled( 
bool b )
 
  127        emit widgetChanged();
 
  129    void mStatisticsExtentCombo_currentIndexChanged( 
int ) { emit widgetChanged(); }
 
  130    void mCumulativeCutLowerDoubleSpinBox_valueChanged( 
double ) { emit widgetChanged(); }
 
  131    void mCumulativeCutUpperDoubleSpinBox_valueChanged( 
double ) { emit widgetChanged(); }
 
  132    void mStdDevSpinBox_valueChanged( 
double ) { emit widgetChanged(); }
 
  133    void cboAccuracy_currentIndexChanged( 
int ) { emit widgetChanged(); }
 
  142    bool mLastRectangleValid;