mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Summary table (#9997)
Summary Table for showing summary vectors in table format - Resampling on date resolution - Active for group, region and well - Right click menu option from Summary case tree
This commit is contained in:
@@ -134,6 +134,8 @@
|
||||
#include "RimSummaryMultiPlot.h"
|
||||
#include "RimSummaryMultiPlotCollection.h"
|
||||
#include "RimSummaryPlot.h"
|
||||
#include "RimSummaryTable.h"
|
||||
#include "RimSummaryTableCollection.h"
|
||||
#include "RimSummaryTimeAxisProperties.h"
|
||||
#include "RimSurface.h"
|
||||
#include "RimSurfaceCollection.h"
|
||||
@@ -609,6 +611,14 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
menuBuilder << "Separator";
|
||||
menuBuilder << "RicNewSummaryCrossPlotFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimSummaryTableCollection*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicNewSummaryTableFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimSummaryTable*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicDuplicateSummaryTableFeature";
|
||||
}
|
||||
else if ( dynamic_cast<RimWellLogPlot*>( firstUiItem ) && !dynamic_cast<RimWellPltPlot*>( firstUiItem ) )
|
||||
{
|
||||
menuBuilder << "RicPasteWellLogPlotFeature";
|
||||
@@ -1244,6 +1254,8 @@ caf::CmdFeatureMenuBuilder RimContextCommandBuilder::commandsFromSelection()
|
||||
menuBuilder << "RicNewSummaryMultiPlotFromDataVectorFeature";
|
||||
menuBuilder << "RicAppendSummaryCurvesForSummaryAddressesFeature";
|
||||
menuBuilder << "RicAppendSummaryPlotsForSummaryAddressesFeature";
|
||||
menuBuilder << "Separator";
|
||||
menuBuilder << "RicNewSummaryTableFeature";
|
||||
}
|
||||
#ifdef USE_ODB_API
|
||||
else if ( dynamic_cast<RimWellIASettings*>( firstUiItem ) )
|
||||
|
||||
Reference in New Issue
Block a user