|
QGIS API Documentation
2.4.0-Chugiak
|
A widget to select format-specific raster saving options. More...
#include <qgsrasterpyramidsoptionswidget.h>


Public Slots | |
| void | apply () |
| void | checkAllLevels (bool checked) |
Signals | |
| void | overviewListChanged () |
| void | someValueChanged () |
Public Member Functions | |
| QgsRasterPyramidsOptionsWidget (QWidget *parent=0, QString provider="gdal") | |
| ~QgsRasterPyramidsOptionsWidget () | |
| QStringList | configOptions () const |
| QgsRasterFormatSaveOptionsWidget * | createOptionsWidget () |
| const QList< int > | overviewList () const |
| QgsRaster::RasterPyramidsFormat | pyramidsFormat () const |
| QString | resamplingMethod () const |
| void | setRasterLayer (QgsRasterLayer *rasterLayer) |
| void | setRasterFileName (const QString &file) |
Private Slots | |
| void | on_cbxPyramidsLevelsCustom_toggled (bool toggled) |
| void | on_cbxPyramidsFormat_currentIndexChanged (int index) |
| void | setOverviewList () |
| void | updateUi () |
Private Attributes | |
| QString | mProvider |
| QList< int > | mOverviewList |
| QMap< int, QCheckBox * > | mOverviewCheckBoxes |
A widget to select format-specific raster saving options.
Definition at line 29 of file qgsrasterpyramidsoptionswidget.h.
| QgsRasterPyramidsOptionsWidget::QgsRasterPyramidsOptionsWidget | ( | QWidget * | parent = 0, |
| QString | provider = "gdal" |
||
| ) |
Definition at line 31 of file qgsrasterpyramidsoptionswidget.cpp.
References QgsRasterFormatSaveOptionsWidget::ProfileLineEdit, QgsRaster::PyramidsGTiff, and updateUi().
| QgsRasterPyramidsOptionsWidget::~QgsRasterPyramidsOptionsWidget | ( | ) |
Definition at line 43 of file qgsrasterpyramidsoptionswidget.cpp.
|
slot |
Definition at line 121 of file qgsrasterpyramidsoptionswidget.cpp.
References mOverviewCheckBoxes, mProvider, and resamplingMethod().
|
slot |
Definition at line 150 of file qgsrasterpyramidsoptionswidget.cpp.
References mOverviewCheckBoxes.
|
inline |
Definition at line 39 of file qgsrasterpyramidsoptionswidget.h.
|
inline |
Definition at line 40 of file qgsrasterpyramidsoptionswidget.h.
|
privateslot |
Definition at line 165 of file qgsrasterpyramidsoptionswidget.cpp.
|
privateslot |
Definition at line 156 of file qgsrasterpyramidsoptionswidget.cpp.
References mOverviewCheckBoxes, and setOverviewList().
|
inline |
Definition at line 41 of file qgsrasterpyramidsoptionswidget.h.
Referenced by updateUi().
|
signal |
Referenced by setOverviewList().
|
inline |
Definition at line 42 of file qgsrasterpyramidsoptionswidget.h.
| QString QgsRasterPyramidsOptionsWidget::resamplingMethod | ( | ) | const |
Definition at line 116 of file qgsrasterpyramidsoptionswidget.cpp.
Referenced by apply().
|
privateslot |
Definition at line 171 of file qgsrasterpyramidsoptionswidget.cpp.
References mOverviewCheckBoxes, mOverviewList, overviewListChanged(), and QgsDebugMsg.
Referenced by on_cbxPyramidsLevelsCustom_toggled(), and updateUi().
|
inline |
Definition at line 46 of file qgsrasterpyramidsoptionswidget.h.
|
inline |
Definition at line 45 of file qgsrasterpyramidsoptionswidget.h.
|
signal |
Referenced by updateUi().
|
privateslot |
Definition at line 48 of file qgsrasterpyramidsoptionswidget.cpp.
References mOverviewCheckBoxes, mProvider, overviewList(), QgsRasterDataProvider::pyramidResamplingMethods(), setOverviewList(), and someValueChanged().
Referenced by QgsRasterPyramidsOptionsWidget().
|
private |
Definition at line 68 of file qgsrasterpyramidsoptionswidget.h.
Referenced by apply(), checkAllLevels(), on_cbxPyramidsLevelsCustom_toggled(), setOverviewList(), and updateUi().
|
private |
Definition at line 67 of file qgsrasterpyramidsoptionswidget.h.
Referenced by setOverviewList().
|
private |
Definition at line 66 of file qgsrasterpyramidsoptionswidget.h.
Referenced by apply(), and updateUi().
1.8.7