QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Typedefs | Functions
qgsrasterformatsaveoptionswidget.cpp File Reference
#include "qgsrasterformatsaveoptionswidget.h"
#include "qgslogger.h"
#include "qgsdialog.h"
#include "qgsrasterlayer.h"
#include "qgsproviderregistry.h"
#include <QSettings>
#include <QInputDialog>
#include <QMessageBox>
#include <QTextEdit>
#include <QMouseEvent>
#include <QMenu>
Include dependency graph for qgsrasterformatsaveoptionswidget.cpp:

Go to the source code of this file.

Typedefs

typedef QString helpCreationOptionsFormat_t(QString format)
 
typedef QString validateCreationOptionsFormat_t(const QStringList &createOptions, QString format)
 

Functions

static const QString PYRAMID_JPEG_COMPRESSION ("JPEG_QUALITY_OVERVIEW=75 COMPRESS_OVERVIEW=JPEG INTERLEAVE_OVERVIEW=PIXEL")
 
static const QString PYRAMID_JPEG_YCBCR_COMPRESSION ("JPEG_QUALITY_OVERVIEW=75 COMPRESS_OVERVIEW=JPEG PHOTOMETRIC_OVERVIEW=YCBCR INTERLEAVE_OVERVIEW=PIXEL")
 

Typedef Documentation

◆ helpCreationOptionsFormat_t

typedef QString helpCreationOptionsFormat_t(QString format)

Definition at line 258 of file qgsrasterformatsaveoptionswidget.cpp.

◆ validateCreationOptionsFormat_t

typedef QString validateCreationOptionsFormat_t(const QStringList &createOptions, QString format)

Definition at line 257 of file qgsrasterformatsaveoptionswidget.cpp.

Function Documentation

◆ PYRAMID_JPEG_COMPRESSION()

static const QString PYRAMID_JPEG_COMPRESSION ( )
static

◆ PYRAMID_JPEG_YCBCR_COMPRESSION()

static const QString PYRAMID_JPEG_YCBCR_COMPRESSION ( )
static