mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added LinkVisibleViewsFeature, and added action to draw toolbar
This commit is contained in:
@@ -37,6 +37,7 @@ class RimOilField;
|
||||
class RimScriptCollection;
|
||||
class RimWellPathImport;
|
||||
class RimMainPlotCollection;
|
||||
class RimView;
|
||||
|
||||
namespace caf
|
||||
{
|
||||
@@ -77,7 +78,9 @@ public:
|
||||
void assignCaseIdToCase(RimCase* reservoirCase);
|
||||
void assignIdToCaseGroup(RimIdenticalGridCaseGroup* caseGroup);
|
||||
|
||||
void allCases(std::vector<RimCase*>& cases);
|
||||
void allCases(std::vector<RimCase*>& cases);
|
||||
void allVisibleViews(std::vector<RimView*>& views);
|
||||
|
||||
void createDisplayModelAndRedrawAllViews();
|
||||
|
||||
void computeUtmAreaOfInterest();
|
||||
|
||||
Reference in New Issue
Block a user