Add wellLog Tools class and move static methods from newCurve-commands

This commit is contained in:
Rebecca Cox
2017-10-09 14:30:27 +02:00
parent da118ac1da
commit 634108de8c
12 changed files with 338 additions and 324 deletions

View File

@@ -20,11 +20,6 @@
#include "cafCmdFeature.h"
class RimWellLogRftCurve;
class RimWellLogTrack;
class RimEclipseWell;
class RimWellPath;
//==================================================================================================
///
//==================================================================================================
@@ -36,9 +31,4 @@ private:
virtual bool isCommandEnabled() override;
virtual void onActionTriggered( bool isChecked ) override;
virtual void setupActionLook( QAction* actionToSetup ) override;
static RimWellLogRftCurve* addCurve(RimWellLogTrack* plotTrack, const RimEclipseWell* simWell);
static RimWellLogTrack* selectedWellLogPlotTrack();
static RimEclipseWell* selectedSimulationWell(int * branchIndex);
static bool wellHasRftData(const QString& wellName);
};