#7151 Flow Diagnostics: Filter legend based on visible wells/regions. (#7182)

* #7151 Flow Diagnostics: Filter legend based on visible wells/regions.
* #7151 Flow Diagnostics: Show only visible tracers by default.
This commit is contained in:
Kristian Bendiksen
2021-01-12 20:55:20 +01:00
committed by GitHub
parent 3e7412802e
commit 70a96c21de
5 changed files with 123 additions and 2 deletions

View File

@@ -188,6 +188,7 @@ protected:
caf::PdmField<caf::AppEnum<FlowTracerSelectionType>> m_flowTracerSelectionMode;
caf::PdmPtrField<RimFlowDiagSolution*> m_flowSolutionUiField;
caf::PdmField<RigFlowDiagResultAddress::PhaseSelectionEnum> m_phaseSelection;
caf::PdmField<bool> m_showOnlyVisibleTracersInLegend;
caf::PdmField<bool> m_syncInjectorToProducerSelection;
caf::PdmField<bool> m_syncProducerToInjectorSelection;