18 #ifndef QGSRASTERPYRAMIDSOPTIONSWIDGET_H 19 #define QGSRASTERPYRAMIDSOPTIONSWIDGET_H 21 #include "ui_qgsrasterpyramidsoptionswidgetbase.h" 30 private Ui::QgsRasterPyramidsOptionsWidgetBase
39 QStringList
configOptions()
const {
return mSaveOptionsWidget->options(); }
44 QString resamplingMethod()
const;
46 void setRasterFileName(
const QString& file ) { mSaveOptionsWidget->setRasterFileName( file ); }
51 void checkAllLevels(
bool checked );
55 void on_cbxPyramidsLevelsCustom_toggled(
bool toggled );
56 void on_cbxPyramidsFormat_currentIndexChanged(
int index );
57 void setOverviewList();
61 void overviewListChanged();
62 void someValueChanged();
67 QList< int > mOverviewList;
68 QMap< int, QCheckBox* > mOverviewCheckBoxes;
71 #endif // QGSRASTERLAYERSAVEASDIALOG_H
This class provides qgis with the ability to render raster datasets onto the mapcanvas.