39    QStringList 
configOptions()
 const { 
return mSaveOptionsWidget->options(); }
 
   48    QString resamplingMethod() 
const;
 
   50    void setRasterFileName( 
const QString &file ) { mSaveOptionsWidget->setRasterFileName( file ); }
 
   55    void checkAllLevels( 
bool checked );
 
   59    void cbxPyramidsLevelsCustom_toggled( 
bool toggled ) 
SIP_FORCE;
 
   60    void cbxPyramidsFormat_currentIndexChanged( 
int index ) 
SIP_FORCE;
 
   69    void overviewListChanged();
 
   74    void someValueChanged();
 
   78    QList<
int> mOverviewList;
 
   79    QMap<
int, QCheckBox *> mOverviewCheckBoxes;