53 QgsLayoutPdfExportOptionsDialog( QWidget *parent =
nullptr,
bool allowGeospatialPdfExport =
true,
const QString &geospatialPdfReason = QString(),
const QStringList &geospatialPdfLayerOrder = QStringList(), Qt::WindowFlags flags = Qt::WindowFlags() );
60 void setForceVector(
bool force );
62 bool forceVector()
const;
64 void enableGeoreferencingOptions(
bool enabled );
66 void setGeoreferencingEnabled(
bool enabled );
68 bool georeferencingEnabled()
const;
70 void setMetadataEnabled(
bool enabled );
72 bool metadataEnabled()
const;
74 void setRasterTilingDisabled(
bool disabled );
76 bool rasterTilingDisabled()
const;
78 void setGeometriesSimplified(
bool enabled );
80 bool geometriesSimplified()
const;
83 void setLosslessImageExport(
bool enabled );
85 bool losslessImageExport()
const;
88 void setExportGeospatialPdf(
bool enabled );
90 bool exportGeospatialPdf()
const;
93 void setUseOgcBestPracticeFormat(
bool enabled );
95 bool useOgcBestPracticeFormat()
const;
98 void setExportThemes(
const QStringList &themes );
100 QStringList exportThemes()
const;
103 QStringList geospatialPdfLayerOrder()
const;
106 QStringList geospatialPdfGroupOrder()
const;
109 void setOpenAfterExporting(
bool enabled );
111 bool openAfterExporting()
const;
116 void showContextMenuForGeospatialPdfStructure( QPoint point,
const QModelIndex &index );
119 bool mGeospatialPdfAvailable =
true;
121 QgsGeospatialPdfLayerFilteredTreeModel *mGeospatialPdfStructureProxyModel =
nullptr;
122 QMenu *mGeospatialPdfStructureTreeMenu =
nullptr;