#2727 Legends : Rename to RimRegularLegendConfig

This commit is contained in:
Magne Sjaastad
2018-04-18 10:10:39 +02:00
parent f85c1de330
commit 3bc85ce794
41 changed files with 186 additions and 186 deletions

View File

@@ -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;
};