mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2727 Legends : Rename to RimRegularLegendConfig
This commit is contained in:
@@ -30,7 +30,7 @@ class RigCaseCellResultsData;
|
||||
class RimEclipseCase;
|
||||
class RimEclipseCellColors;
|
||||
class RimEclipseView;
|
||||
class RimLegendConfig;
|
||||
class RimRegularLegendConfig;
|
||||
|
||||
class RimCellEdgeMetaData
|
||||
{
|
||||
@@ -86,7 +86,7 @@ public:
|
||||
bool isUsingSingleVariable() const;
|
||||
|
||||
RimEclipseCellColors* singleVarEdgeResultColors();
|
||||
RimLegendConfig* legendConfig();
|
||||
RimRegularLegendConfig* legendConfig();
|
||||
PropertyType propertyType() const;
|
||||
|
||||
void minMaxCellEdgeValues(double& min, double& max);
|
||||
@@ -123,7 +123,7 @@ private:
|
||||
|
||||
|
||||
caf::PdmField<caf::AppEnum< PropertyType > > m_propertyType;
|
||||
caf::PdmChildField<RimLegendConfig*> m_legendConfig;
|
||||
caf::PdmChildField<RimRegularLegendConfig*> m_legendConfig;
|
||||
caf::PdmChildField<RimEclipseCellColors*> m_singleVarEdgeResultColors;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user