(#528) Using case and current result from active view when adding new curve

This commit is contained in:
Pål Hagen
2015-09-25 14:35:30 +02:00
parent 4e3f51909b
commit d8acb9d1bc
6 changed files with 45 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ class RimCase;
class RimEclipseResultDefinition;
class RimGeoMechResultDefinition;
class RimWellPath;
class RimView;
//==================================================================================================
///
@@ -43,6 +44,7 @@ public:
virtual void updatePlotData();
void setWellPath(RimWellPath* wellPath);
void setPropertiesFromView(RimView* view);
protected:
virtual QString createCurveName();