(#396) Added the data (with gui) to curves to define the well log extraction

This commit is contained in:
Jacob Støren
2015-09-02 09:17:36 +02:00
parent b29ad69673
commit e44a78cf57
7 changed files with 117 additions and 22 deletions

View File

@@ -61,8 +61,7 @@ public:
QString resultComponentUiName();
protected:
friend class RimGeoMechPropertyFilter; // Property filter needs the ui fields
private:
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions,
bool * useOptionsOnly);
@@ -79,6 +78,9 @@ private:
caf::PdmField<QString> m_resultFieldName;
caf::PdmField<QString> m_resultComponentName;
friend class RimGeoMechPropertyFilter; // Property filter needs the ui fields
friend class RimWellLogEclipseCurve; // Curve needs the ui fields
caf::PdmField<caf::AppEnum<RigFemResultPosEnum> > m_resultPositionTypeUiField;
caf::PdmField<QString> m_resultVariableUiField;