Added command feature for addition of a new trace to a well log plot

This commit is contained in:
Pål Hagen
2015-08-28 11:32:25 +02:00
parent af9bbfdede
commit 0fdf5292d0
6 changed files with 132 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ public:
RimWellLogPlot();
virtual ~RimWellLogPlot();
void addTrace();
caf::PdmField<bool> showWindow;
protected: