18 #ifndef QGSRASTERPYRAMIDSOPTIONSWIDGET_H 
   19 #define QGSRASTERPYRAMIDSOPTIONSWIDGET_H 
   21 #include "ui_qgsrasterpyramidsoptionswidgetbase.h" 
   40     QStringList 
configOptions()
 const { 
return mSaveOptionsWidget->options(); }
 
   45     QString resamplingMethod() 
const;
 
   47     void setRasterFileName( 
const QString &file ) { mSaveOptionsWidget->setRasterFileName( file ); }
 
   52     void checkAllLevels( 
bool checked );
 
   56     void cbxPyramidsLevelsCustom_toggled( 
bool toggled ) 
SIP_FORCE;
 
   57     void cbxPyramidsFormat_currentIndexChanged( 
int index ) 
SIP_FORCE;
 
   62     void overviewListChanged();
 
   63     void someValueChanged(); 
 
   77     QList< int > mOverviewList;
 
   78     QMap< int, QCheckBox * > mOverviewCheckBoxes;
 
Represents a raster layer.