mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2078 LAS files. Add import las/path to more objects in the tree
This commit is contained in:
parent
d4c0e98c64
commit
5a0bab86a8
@ -70,6 +70,7 @@
|
|||||||
#include "RimWellPltPlot.h"
|
#include "RimWellPltPlot.h"
|
||||||
#include "RimRftPlotCollection.h"
|
#include "RimRftPlotCollection.h"
|
||||||
#include "RimPltPlotCollection.h"
|
#include "RimPltPlotCollection.h"
|
||||||
|
#include "RimWellLogFile.h"
|
||||||
|
|
||||||
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
#ifdef USE_PROTOTYPE_FEATURE_FRACTURES
|
||||||
#include "RimEllipseFractureTemplate.h"
|
#include "RimEllipseFractureTemplate.h"
|
||||||
@ -225,12 +226,20 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
|
|||||||
}
|
}
|
||||||
else if (dynamic_cast<RimWellPath*>(uiItem))
|
else if (dynamic_cast<RimWellPath*>(uiItem))
|
||||||
{
|
{
|
||||||
|
commandIds << "RicWellPathsImportFileFeature";
|
||||||
|
commandIds << "RicWellLogsImportFileFeature";
|
||||||
|
commandIds << "Separator";
|
||||||
commandIds << "RicNewRftPlotFeature";
|
commandIds << "RicNewRftPlotFeature";
|
||||||
commandIds << "RicNewPltPlotFeature";
|
commandIds << "RicNewPltPlotFeature";
|
||||||
commandIds << "RicNewWellLogFileCurveFeature";
|
commandIds << "RicNewWellLogFileCurveFeature";
|
||||||
commandIds << "RicNewWellLogCurveExtractionFeature";
|
commandIds << "RicNewWellLogCurveExtractionFeature";
|
||||||
commandIds << "RicNewWellPathIntersectionFeature";
|
commandIds << "RicNewWellPathIntersectionFeature";
|
||||||
}
|
}
|
||||||
|
else if (dynamic_cast<RimWellLogFile*>(uiItem))
|
||||||
|
{
|
||||||
|
commandIds << "RicWellPathsImportFileFeature";
|
||||||
|
commandIds << "RicWellLogsImportFileFeature";
|
||||||
|
}
|
||||||
else if (dynamic_cast<RimWellRftPlot*>(uiItem))
|
else if (dynamic_cast<RimWellRftPlot*>(uiItem))
|
||||||
{
|
{
|
||||||
commandIds << "RicDeleteRftPlotFeature";
|
commandIds << "RicDeleteRftPlotFeature";
|
||||||
|
Loading…
Reference in New Issue
Block a user