#4578 Add commands for create and clone view

This commit is contained in:
Gaute Lindkvist
2019-08-23 11:25:00 +02:00
parent 3f6d0db07a
commit 2e49670f40
22 changed files with 368 additions and 29 deletions

View File

@@ -67,6 +67,7 @@ public:
void reloadDataAndUpdate();
RimGeoMechView* createAndAddReservoirView();
RimGeoMechView* createCopyAndAddView(const RimGeoMechView* sourceView);
void updateFilePathsFromProjectPath(const QString& projectPath, const QString& oldProjectPath) override;