#2078 LAS files. Add import las/path to more objects in the tree

This commit is contained in:
Bjørn Erik Jensen 2017-11-02 10:24:36 +01:00
parent d4c0e98c64
commit 5a0bab86a8

View File

@ -70,6 +70,7 @@
#include "RimWellPltPlot.h"
#include "RimRftPlotCollection.h"
#include "RimPltPlotCollection.h"
#include "RimWellLogFile.h"
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
#include "RimEllipseFractureTemplate.h"
@ -225,12 +226,20 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimWellPath*>(uiItem))
{
commandIds << "RicWellPathsImportFileFeature";
commandIds << "RicWellLogsImportFileFeature";
commandIds << "Separator";
commandIds << "RicNewRftPlotFeature";
commandIds << "RicNewPltPlotFeature";
commandIds << "RicNewWellLogFileCurveFeature";
commandIds << "RicNewWellLogCurveExtractionFeature";
commandIds << "RicNewWellPathIntersectionFeature";
}
else if (dynamic_cast<RimWellLogFile*>(uiItem))
{
commandIds << "RicWellPathsImportFileFeature";
commandIds << "RicWellLogsImportFileFeature";
}
else if (dynamic_cast<RimWellRftPlot*>(uiItem))
{
commandIds << "RicDeleteRftPlotFeature";