mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5327 Well Measurements : Improve context menus
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
#include "RimWellLogPlot.h"
|
||||
#include "RimWellLogPlotCollection.h"
|
||||
#include "RimWellLogTrack.h"
|
||||
#include "RimWellMeasurementCollection.h"
|
||||
#include "RimWellMeasurementFilePath.h"
|
||||
#include "RimWellPath.h"
|
||||
#include "RimWellPathAttributeCollection.h"
|
||||
@@ -330,6 +331,11 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
else if ( dynamic_cast<RimWellMeasurementFilePath*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicDeleteWellMeasurementFilePathFeature";
|
||||
menuBuilder << "RicImportWellMeasurementsFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimWellMeasurementCollection*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicImportWellMeasurementsFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimWellPath*>( firstUiItem ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user