Basic well log plot functionality with dummy data up & running

Traces can be added to and deleted from well log plots, and curves with
dummy data can be added and deleted. TODO: Replace dummy data with real
well log data and data extracted from the model.
This commit is contained in:
Pål Hagen
2015-08-31 02:06:37 +02:00
parent 3f09c1bc66
commit 9d4f9d617f
10 changed files with 172 additions and 34 deletions

View File

@@ -25,8 +25,8 @@
#include <QPointer>
class RimWellLogPlotTrace;
class RiuWellLogPlot;
class RimWellLogPlotTrace;
//==================================================================================================
@@ -45,6 +45,8 @@ public:
void addTrace();
RiuWellLogPlot* viewer();
protected:
// Overridden PDM methods