QGIS API Documentation
2.0.1-Dufour
|
A widget to select format-specific raster saving options. More...
#include <qgsrasterformatsaveoptionswidget.h>
Public Types | |
enum | Type { Default, Full, Table, LineEdit, ProfileLineEdit } |
Public Slots | |
void | apply () |
void | helpOptions () |
QString | validateOptions (bool gui=true, bool reportOk=true) |
void | updateProfiles () |
Signals | |
void | optionsChanged () |
Public Member Functions | |
QgsRasterFormatSaveOptionsWidget (QWidget *parent=0, QString format="GTiff", QgsRasterFormatSaveOptionsWidget::Type type=Default, QString provider="gdal") | |
~QgsRasterFormatSaveOptionsWidget () | |
void | setFormat (QString format) |
void | setProvider (QString provider) |
void | setRasterLayer (QgsRasterLayer *rasterLayer) |
void | setRasterFileName (const QString &file) |
QStringList | options () const |
void | setType (QgsRasterFormatSaveOptionsWidget::Type type=Default) |
void | setPyramidsFormat (QgsRaster::RasterPyramidsFormat format) |
Protected Member Functions | |
virtual void | showEvent (QShowEvent *event) |
Private Slots | |
void | on_mProfileNewButton_clicked () |
void | on_mProfileDeleteButton_clicked () |
void | on_mProfileResetButton_clicked () |
void | on_mOptionsAddButton_clicked () |
void | on_mOptionsDeleteButton_clicked () |
void | on_mOptionsLineEdit_editingFinished () |
void | optionsTableChanged () |
void | optionsTableEnableDeleteButton () |
void | updateOptions () |
void | swapOptionsUI (int newIndex=-1) |
void | updateControls () |
Private Member Functions | |
QString | settingsKey (QString profile) const |
QString | currentProfileKey () const |
QString | createOptions (QString profile) const |
void | deleteCreateOptions (QString profile) |
void | setCreateOptions () |
void | setCreateOptions (QString profile, QString options) |
void | setCreateOptions (QString profile, QStringList list) |
QStringList | profiles () const |
bool | eventFilter (QObject *obj, QEvent *event) |
Private Attributes | |
QString | mFormat |
QString | mProvider |
QgsRasterLayer * | mRasterLayer |
QString | mRasterFileName |
QMap< QString, QString > | mOptionsMap |
bool | mPyramids |
QgsRaster::RasterPyramidsFormat | mPyramidsFormat |
Static Private Attributes | |
static QMap< QString, QStringList > | mBuiltinProfiles |
A widget to select format-specific raster saving options.
Definition at line 30 of file qgsrasterformatsaveoptionswidget.h.
Definition at line 37 of file qgsrasterformatsaveoptionswidget.h.
QgsRasterFormatSaveOptionsWidget::QgsRasterFormatSaveOptionsWidget | ( | QWidget * | parent = 0 , |
QString | format = "GTiff" , |
||
QgsRasterFormatSaveOptionsWidget::Type | type = Default , |
||
QString | provider = "gdal" |
||
) |
Definition at line 34 of file qgsrasterformatsaveoptionswidget.cpp.
References helpOptions(), mBuiltinProfiles, optionsTableChanged(), QgsDebugMsg, setType(), tr, updateControls(), updateOptions(), updateProfiles(), and validateOptions().
QgsRasterFormatSaveOptionsWidget::~QgsRasterFormatSaveOptionsWidget | ( | ) |
Definition at line 100 of file qgsrasterformatsaveoptionswidget.cpp.
|
slot |
Definition at line 231 of file qgsrasterformatsaveoptionswidget.cpp.
References setCreateOptions().
|
private |
Definition at line 499 of file qgsrasterformatsaveoptionswidget.cpp.
References settingsKey().
Referenced by updateProfiles(), and validateOptions().
|
private |
Definition at line 489 of file qgsrasterformatsaveoptionswidget.cpp.
Referenced by on_mOptionsLineEdit_editingFinished(), on_mProfileDeleteButton_clicked(), on_mProfileResetButton_clicked(), options(), optionsTableChanged(), setCreateOptions(), and updateOptions().
|
private |
Definition at line 505 of file qgsrasterformatsaveoptionswidget.cpp.
References settingsKey().
|
private |
Definition at line 578 of file qgsrasterformatsaveoptionswidget.cpp.
References swapOptionsUI(), and tr.
|
slot |
Definition at line 240 of file qgsrasterformatsaveoptionswidget.cpp.
References cast_to_fptr, QgsProviderRegistry::instance(), QgsDialog::layout(), mFormat, mProvider, mPyramids, QgsProviderRegistry::providerLibrary(), and tr.
Referenced by QgsRasterFormatSaveOptionsWidget().
|
privateslot |
Definition at line 457 of file qgsrasterformatsaveoptionswidget.cpp.
|
privateslot |
Definition at line 467 of file qgsrasterformatsaveoptionswidget.cpp.
References optionsTableChanged().
|
privateslot |
Definition at line 408 of file qgsrasterformatsaveoptionswidget.cpp.
References currentProfileKey(), and mOptionsMap.
|
privateslot |
Definition at line 425 of file qgsrasterformatsaveoptionswidget.cpp.
References currentProfileKey(), mBuiltinProfiles, and mOptionsMap.
|
privateslot |
Definition at line 413 of file qgsrasterformatsaveoptionswidget.cpp.
References mOptionsMap, and tr.
|
privateslot |
Definition at line 436 of file qgsrasterformatsaveoptionswidget.cpp.
References currentProfileKey(), mBuiltinProfiles, mOptionsMap, and updateOptions().
QStringList QgsRasterFormatSaveOptionsWidget::options | ( | ) | const |
Definition at line 494 of file qgsrasterformatsaveoptionswidget.cpp.
References currentProfileKey(), and mOptionsMap.
Referenced by optionsTableChanged(), and validateOptions().
|
signal |
Referenced by updateOptions().
|
privateslot |
Definition at line 388 of file qgsrasterformatsaveoptionswidget.cpp.
References currentProfileKey(), mOptionsMap, and options().
Referenced by on_mOptionsDeleteButton_clicked(), and QgsRasterFormatSaveOptionsWidget().
|
privateslot |
Definition at line 452 of file qgsrasterformatsaveoptionswidget.cpp.
|
private |
Definition at line 539 of file qgsrasterformatsaveoptionswidget.cpp.
References mFormat, and mProvider.
Referenced by updateProfiles().
|
private |
Definition at line 511 of file qgsrasterformatsaveoptionswidget.cpp.
References currentProfileKey(), mFormat, mOptionsMap, and mProvider.
Referenced by apply(), and setCreateOptions().
|
private |
Definition at line 528 of file qgsrasterformatsaveoptionswidget.cpp.
References settingsKey().
|
private |
Definition at line 534 of file qgsrasterformatsaveoptionswidget.cpp.
References setCreateOptions().
void QgsRasterFormatSaveOptionsWidget::setFormat | ( | QString | format | ) |
Definition at line 104 of file qgsrasterformatsaveoptionswidget.cpp.
References mFormat, updateControls(), and updateProfiles().
void QgsRasterFormatSaveOptionsWidget::setProvider | ( | QString | provider | ) |
Definition at line 111 of file qgsrasterformatsaveoptionswidget.cpp.
References mProvider, and updateControls().
|
inline |
Definition at line 57 of file qgsrasterformatsaveoptionswidget.h.
|
inline |
Definition at line 54 of file qgsrasterformatsaveoptionswidget.h.
References file.
|
inline |
Definition at line 53 of file qgsrasterformatsaveoptionswidget.h.
|
private |
Definition at line 480 of file qgsrasterformatsaveoptionswidget.cpp.
References mFormat, and mProvider.
Referenced by createOptions(), deleteCreateOptions(), and setCreateOptions().
void QgsRasterFormatSaveOptionsWidget::setType | ( | QgsRasterFormatSaveOptionsWidget::Type | type = Default | ) |
Definition at line 118 of file qgsrasterformatsaveoptionswidget.cpp.
References Full, LineEdit, ProfileLineEdit, swapOptionsUI(), and Table.
Referenced by QgsRasterFormatSaveOptionsWidget().
|
protectedvirtual |
Definition at line 610 of file qgsrasterformatsaveoptionswidget.cpp.
References QgsDebugMsg.
|
privateslot |
Definition at line 545 of file qgsrasterformatsaveoptionswidget.cpp.
References updateOptions().
Referenced by eventFilter(), and setType().
|
privateslot |
Definition at line 570 of file qgsrasterformatsaveoptionswidget.cpp.
References mFormat, and mProvider.
Referenced by QgsRasterFormatSaveOptionsWidget(), setFormat(), and setProvider().
|
privateslot |
Definition at line 203 of file qgsrasterformatsaveoptionswidget.cpp.
References currentProfileKey(), mOptionsMap, and optionsChanged().
Referenced by on_mProfileResetButton_clicked(), QgsRasterFormatSaveOptionsWidget(), swapOptionsUI(), and updateProfiles().
|
slot |
Definition at line 150 of file qgsrasterformatsaveoptionswidget.cpp.
References createOptions(), mBuiltinProfiles, mFormat, mOptionsMap, mProvider, mPyramids, profiles(), and updateOptions().
Referenced by QgsRasterFormatSaveOptionsWidget(), and setFormat().
|
slot |
Definition at line 291 of file qgsrasterformatsaveoptionswidget.cpp.
References cast_to_fptr, createOptions(), QgsRasterLayer::dataProvider(), QgsMapLayer::id(), QgsProviderRegistry::instance(), mFormat, mProvider, mPyramids, mPyramidsFormat, mRasterFileName, mRasterLayer, options(), QgsProviderRegistry::providerLibrary(), QgsDebugMsg, and tr.
Referenced by QgsRasterFormatSaveOptionsWidget().
|
staticprivate |
Definition at line 94 of file qgsrasterformatsaveoptionswidget.h.
Referenced by on_mProfileDeleteButton_clicked(), on_mProfileResetButton_clicked(), QgsRasterFormatSaveOptionsWidget(), and updateProfiles().
|
private |
Definition at line 89 of file qgsrasterformatsaveoptionswidget.h.
Referenced by helpOptions(), profiles(), setCreateOptions(), setFormat(), settingsKey(), updateControls(), updateProfiles(), and validateOptions().
|
private |
Definition at line 93 of file qgsrasterformatsaveoptionswidget.h.
Referenced by on_mOptionsLineEdit_editingFinished(), on_mProfileDeleteButton_clicked(), on_mProfileNewButton_clicked(), on_mProfileResetButton_clicked(), options(), optionsTableChanged(), setCreateOptions(), updateOptions(), and updateProfiles().
|
private |
Definition at line 90 of file qgsrasterformatsaveoptionswidget.h.
Referenced by helpOptions(), profiles(), setCreateOptions(), setProvider(), settingsKey(), updateControls(), updateProfiles(), and validateOptions().
|
private |
Definition at line 95 of file qgsrasterformatsaveoptionswidget.h.
Referenced by helpOptions(), updateProfiles(), and validateOptions().
|
private |
Definition at line 96 of file qgsrasterformatsaveoptionswidget.h.
Referenced by validateOptions().
|
private |
Definition at line 92 of file qgsrasterformatsaveoptionswidget.h.
Referenced by validateOptions().
|
private |
Definition at line 91 of file qgsrasterformatsaveoptionswidget.h.
Referenced by validateOptions().