40 QStringList
configOptions()
const {
return mSaveOptionsWidget->options(); }
49 QString resamplingMethod()
const;
51 void setRasterFileName(
const QString &file ) { mSaveOptionsWidget->setRasterFileName( file ); }
56 void checkAllLevels(
bool checked );
60 void cbxPyramidsLevelsCustom_toggled(
bool toggled )
SIP_FORCE;
61 void cbxPyramidsFormat_currentIndexChanged(
int index )
SIP_FORCE;
70 void overviewListChanged();
75 void someValueChanged();
80 QList<
int > mOverviewList;
81 QMap<
int, QCheckBox * > mOverviewCheckBoxes;