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 setExportThemes(
const QStringList &themes );
95 QStringList exportThemes()
const;
98 QStringList geospatialPdfLayerOrder()
const;
101 QStringList geospatialPdfGroupOrder()
const;
104 void setOpenAfterExporting(
bool enabled );
106 bool openAfterExporting()
const;
111 void showContextMenuForGeospatialPdfStructure( QPoint point,
const QModelIndex &index );
114 bool mGeospatialPdfAvailable =
true;
116 QgsGeospatialPdfLayerFilteredTreeModel *mGeospatialPdfStructureProxyModel =
nullptr;
117 QMenu *mGeospatialPdfStructureTreeMenu =
nullptr;