#1321 Added timestep selection to the Flow Characteristics plot

This commit is contained in:
Jacob Støren
2017-03-29 09:28:14 +02:00
parent 3007a62238
commit a7b3bca94a
3 changed files with 79 additions and 6 deletions

View File

@@ -35,6 +35,7 @@
#include "RimEclipseWell.h"
#include "RimFault.h"
#include "RimFlowDiagSolution.h"
#include "RimFlowPlotCollection.h"
#include "RimFormationNames.h"
#include "RimFormationNamesCollection.h"
#include "RimGeoMechCase.h"
@@ -359,6 +360,10 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
{
commandIds << "RicShowFlowCharacteristicsPlotFeature";
}
else if (dynamic_cast<RimFlowPlotCollection*>(uiItem))
{
commandIds << "RicShowFlowCharacteristicsPlotFeature";
}
if (dynamic_cast<RimView*>(uiItem))