WIP - well log plots, added traces to plots and curves to traces

This commit is contained in:
Pål Hagen
2015-08-27 16:43:54 +02:00
parent 4e6bb1ded3
commit 609ee78400
4 changed files with 17 additions and 2 deletions

View File

@@ -19,6 +19,8 @@
#include "RimWellLogPlotTrace.h"
#include "RimWellLogPlotCurve.h"
CAF_PDM_SOURCE_INIT(RimWellLogPlotTrace, "WellLogPlotTrace");
@@ -31,6 +33,9 @@ RimWellLogPlotTrace::RimWellLogPlotTrace()
CAF_PDM_InitField(&show, "Show", true, "Show trace", "", "", "");
show.uiCapability()->setUiHidden(true);
CAF_PDM_InitFieldNoDefault(&curves, "Curves", "", "", "", "");
curves.uiCapability()->setUiHidden(true);
}
//--------------------------------------------------------------------------------------------------