QGIS/python/gui/qgsrasterpyramidsoptionswidget.sip

76 lines
2.3 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
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;
2017-06-08 11:26:03 +02:00
%Docstring
:rtype: list of str
%End
QgsRasterFormatSaveOptionsWidget *createOptionsWidget() /Factory/;
2017-06-08 11:26:03 +02:00
%Docstring
:rtype: QgsRasterFormatSaveOptionsWidget
%End
const QList<int> overviewList() const;
2017-06-08 11:26:03 +02:00
%Docstring
:rtype: list of int
%End
QgsRaster::RasterPyramidsFormat pyramidsFormat() const;
2017-06-08 11:26:03 +02:00
%Docstring
:rtype: QgsRaster.RasterPyramidsFormat
%End
QString resamplingMethod() const;
2017-06-08 11:26:03 +02:00
%Docstring
:rtype: str
%End
void setRasterLayer( QgsRasterLayer *rasterLayer );
void setRasterFileName( const QString &file );
public slots:
void apply();
void checkAllLevels( bool checked );
private slots:
void cbxPyramidsLevelsCustom_toggled( bool toggled ) ;
void cbxPyramidsFormat_currentIndexChanged( int index ) ;
2017-06-08 11:26:03 +02:00
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 *
************************************************************************/