mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
System : Move ternaryLegendConfig to private field
This commit is contained in:
@@ -46,8 +46,9 @@ public:
|
||||
void updateLegendData(size_t timestep,
|
||||
RimRegularLegendConfig* legendConfig = nullptr,
|
||||
RimTernaryLegendConfig* ternaryLegendConfig = nullptr);
|
||||
|
||||
RimRegularLegendConfig* legendConfig();
|
||||
caf::PdmChildField<RimTernaryLegendConfig*> ternaryLegendConfig;
|
||||
RimTernaryLegendConfig* ternaryLegendConfig();
|
||||
|
||||
virtual void setResultVariable(const QString& resultName);
|
||||
|
||||
@@ -69,6 +70,7 @@ private:
|
||||
|
||||
caf::PdmChildArrayField<RimRegularLegendConfig*> m_legendConfigData;
|
||||
caf::PdmPtrField<RimRegularLegendConfig*> m_legendConfigPtrField;
|
||||
caf::PdmChildField<RimTernaryLegendConfig*> m_ternaryLegendConfig;
|
||||
|
||||
caf::PdmPointer<RimEclipseView> m_reservoirView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user