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:
@@ -23,14 +23,14 @@
|
||||
#include "cafPdmObject.h"
|
||||
|
||||
#include "RigFemResultPosEnum.h"
|
||||
#include "RimLegendConfig.h"
|
||||
#include "RimRegularLegendConfig.h"
|
||||
|
||||
#include <QList>
|
||||
|
||||
#include <vector>
|
||||
|
||||
class RigFemResultAddress;
|
||||
class RimLegendConfig;
|
||||
class RimRegularLegendConfig;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
@@ -76,7 +76,7 @@ public:
|
||||
QString resultFieldName() const;
|
||||
static QString uiFieldName(const QString& fieldName);
|
||||
|
||||
caf::PdmChildField<RimLegendConfig*> arrowColorLegendConfig;
|
||||
caf::PdmChildField<RimRegularLegendConfig*> arrowColorLegendConfig;
|
||||
|
||||
private:
|
||||
std::vector<std::string> getResultMetaDataForUIFieldSetting();
|
||||
@@ -107,5 +107,5 @@ private:
|
||||
|
||||
caf::PdmField<caf::AppEnum<ScaleMethod>> m_scaleMethod;
|
||||
caf::PdmField<float> m_sizeScale;
|
||||
caf::PdmField<RimLegendConfig::RangeModeEnum> m_rangeMode;
|
||||
caf::PdmField<RimRegularLegendConfig::RangeModeEnum> m_rangeMode;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user