mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Support for copying GeoMech case settings using new input (#6471)
* Support copy and replace geomech case, to support importing another data file, but keep the view setup * Make sure surfaces and intersections get updated with the correct separate result, too * Simplify/refactor code * Better naming
This commit is contained in:
@@ -58,6 +58,8 @@ public:
|
||||
RiuViewer* nativeOrOverrideViewer,
|
||||
bool isUsingOverrideViewer );
|
||||
|
||||
void update2dIntersectionViews();
|
||||
|
||||
protected:
|
||||
virtual caf::PdmFieldHandle* userDescriptionField() override;
|
||||
virtual caf::PdmFieldHandle* objectToggleField() override;
|
||||
@@ -73,7 +75,8 @@ protected:
|
||||
virtual void initAfterRead() override;
|
||||
|
||||
private:
|
||||
void update2dIntersectionViews();
|
||||
void assignCaseIfMissing() const;
|
||||
void updateCaseInResultDefinitions();
|
||||
|
||||
caf::PdmField<bool> m_isActive;
|
||||
caf::PdmProxyValueField<QString> m_autoName;
|
||||
|
||||
Reference in New Issue
Block a user