|
| QgsLayoutPdfExportOptionsDialog (QWidget *parent=nullptr, bool allowGeoPdfExport=true, const QString &geoPdfReason=QString(), const QStringList &geoPdfLayerOrder=QStringList(), Qt::WindowFlags flags=Qt::WindowFlags()) |
| Constructor for QgsLayoutPdfExportOptionsDialog. More...
|
|
void | enableGeoreferencingOptions (bool enabled) |
| Sets whether to enable georeferencing options. More...
|
|
bool | exportGeoPdf () const |
| Returns whether Geo-PDF export is enabled. More...
|
|
QStringList | exportThemes () const |
| Returns the list of export themes. More...
|
|
bool | forceVector () const |
| Returns whether vector output is being forced. More...
|
|
bool | geometriesSimplified () const |
| Returns whether geometry simplification is enabled. More...
|
|
QStringList | geoPdfLayerOrder () const |
| Returns a list of map layer IDs in the desired order they should appear in a generated GeoPDF file. More...
|
|
bool | georeferencingEnabled () const |
| Returns whether georeferencing is enabled. More...
|
|
bool | losslessImageExport () const |
| Returns whether lossless image compression is enabled. More...
|
|
bool | metadataEnabled () const |
| Returns whether metadata is enabled. More...
|
|
bool | rasterTilingDisabled () const |
| Returns whether raster tiling is disabled. More...
|
|
void | setExportGeoPdf (bool enabled) |
| Sets whether to export a Geo-PDF. More...
|
|
void | setExportThemes (const QStringList &themes) |
| Sets the list of export themes. More...
|
|
void | setForceVector (bool force) |
| Set whether to force vector output. More...
|
|
void | setGeometriesSimplified (bool enabled) |
| Sets whether to simplify geometries. More...
|
|
void | setGeoreferencingEnabled (bool enabled) |
| Sets whether to enable georeferencing. More...
|
|
void | setLosslessImageExport (bool enabled) |
| Sets whether to use lossless image compression. More...
|
|
void | setMetadataEnabled (bool enabled) |
| Sets whether to enable metadata. More...
|
|
void | setRasterTilingDisabled (bool disabled) |
| Sets whether to disable raster tiling. More...
|
|
void | setTextRenderFormat (Qgis::TextRenderFormat format) |
| Sets the text render format. More...
|
|
void | setUseOgcBestPracticeFormat (bool enabled) |
| Sets whether to use OGC best-practice format. More...
|
|
Qgis::TextRenderFormat | textRenderFormat () const |
| Returns the current text render format. More...
|
|
bool | useOgcBestPracticeFormat () const |
| Returns whether use of OGC best-practice format is enabled. More...
|
|