#7739 Show only visible categories in legend

For the main Cell Result Legend, add an option to only show visible categories
This commit is contained in:
Magne Sjaastad
2021-05-31 08:19:12 +02:00
parent 6e0dadbdaa
commit b3467a2fca
6 changed files with 374 additions and 85 deletions

View File

@@ -180,7 +180,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_showOnlyVisibleCategoriesInLegend;
caf::PdmField<bool> m_syncInjectorToProducerSelection;
caf::PdmField<bool> m_syncProducerToInjectorSelection;