(#436) Added feature that creates a plot with a given LAS file log

This commit is contained in:
Pål Hagen
2015-09-15 15:23:25 +02:00
parent 9cd4c1efb8
commit e4212a1135
8 changed files with 321 additions and 1 deletions
@@ -627,6 +627,7 @@ void RimProject::computeUtmAreaOfInterest()
#include "RimWellLogPlot.h"
#include "RimWellLogPlotTrace.h"
#include "RimWellLogPlotCurve.h"
#include "RimWellLog.h"
#include <QMenu>
@@ -824,6 +825,10 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
{
commandIds << "RicDeleteItemFeature";
}
else if (dynamic_cast<RimWellLog*>(uiItem))
{
commandIds << "RicAddWellLogToPlotFeature";
}
}
if (RicToggleItemsFeatureImpl::isToggleCommandsAvailable())