mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add option to export to pdf without asking user
This commit is contained in:
@@ -53,6 +53,7 @@ public:
|
||||
bool show3dInformation() const;
|
||||
QString gtestFilter() const;
|
||||
bool showProgressBar() const;
|
||||
bool showPdfExportDialog() const;
|
||||
|
||||
EclipseTextFileReaderMode eclipseTextFileReaderMode() const;
|
||||
|
||||
@@ -77,6 +78,7 @@ private:
|
||||
caf::PdmField<bool> m_includeFractureDebugInfoFile;
|
||||
caf::PdmField<QString> m_holoLensExportFolder;
|
||||
|
||||
caf::PdmField<bool> m_showPdfExportDialog;
|
||||
caf::PdmField<bool> m_showProgressBar;
|
||||
caf::PdmField<QString> m_gtestFilter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user