mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added CopyViewToClipboard feature
This commit is contained in:
@@ -54,6 +54,7 @@ public:
|
||||
void loadDataAndUpdate();
|
||||
void handleViewerDeletion();
|
||||
void updateYAxisUnit();
|
||||
|
||||
protected:
|
||||
// Overridden PDM methods
|
||||
virtual caf::PdmFieldHandle* objectToggleField() { return &m_showWindow; }
|
||||
@@ -61,6 +62,8 @@ protected:
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue) override;
|
||||
virtual void setupBeforeSave() override;
|
||||
|
||||
virtual QImage snapshotWindowContent() override;
|
||||
|
||||
private:
|
||||
void updateViewerWidget();
|
||||
void detachAllCurves();
|
||||
|
||||
Reference in New Issue
Block a user