QGIS/python/gui/qgsrasterpyramidsoptionswidget.sip.in

61 lines
2.1 KiB
Plaintext
Raw Normal View History

2017-06-08 11:26:03 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsrasterpyramidsoptionswidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsRasterPyramidsOptionsWidget: QWidget
{
2017-06-08 11:26:03 +02:00
%Docstring
2017-12-15 10:36:55 -04:00
A widget to select format-specific raster saving options
%End
2017-06-08 11:26:03 +02:00
%TypeHeaderCode
#include "qgsrasterpyramidsoptionswidget.h"
%End
public:
QgsRasterPyramidsOptionsWidget( QWidget *parent /TransferThis/ = 0, const QString &provider = "gdal" );
%Docstring
Constructor for QgsRasterPyramidsOptionsWidget
%End
QStringList configOptions() const;
QgsRasterFormatSaveOptionsWidget *createOptionsWidget() /Factory/;
const QList<int> overviewList() const;
QgsRaster::RasterPyramidsFormat pyramidsFormat() const;
QString resamplingMethod() const;
void setRasterLayer( QgsRasterLayer *rasterLayer );
void setRasterFileName( const QString &file );
public slots:
void apply();
void checkAllLevels( bool checked );
private slots:
2018-01-16 11:41:23 -04:00
void cbxPyramidsLevelsCustom_toggled( bool toggled );
void cbxPyramidsFormat_currentIndexChanged( int index );
void setOverviewList();
void updateUi();
signals:
void overviewListChanged();
2014-01-27 09:22:24 +01:00
void someValueChanged(); /* emitted when any other setting changes */
2017-06-08 11:26:03 +02:00
};
2017-06-08 11:26:03 +02:00
2017-09-25 14:20:39 +10:00
2017-06-08 11:26:03 +02:00
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsrasterpyramidsoptionswidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/