18#ifndef QGSRASTERPYRAMIDSOPTIONSWIDGET_H
19#define QGSRASTERPYRAMIDSOPTIONSWIDGET_H
21#include "ui_qgsrasterpyramidsoptionswidgetbase.h"
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;
66 void overviewListChanged();
67 void someValueChanged();
72 QList<
int > mOverviewList;
73 QMap<
int, QCheckBox * > mOverviewCheckBoxes;
RasterPyramidFormat
Raster pyramid formats.
Represents a raster layer.