Add general ownercase access method

Preparations for #292
This commit is contained in:
Jacob Støren
2015-05-20 12:29:01 +02:00
parent b280c2287e
commit 6a9555a196
5 changed files with 22 additions and 0 deletions
@@ -83,6 +83,8 @@ private:
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);
virtual void initAfterRead();
virtual RimCase* ownerCase();
caf::PdmPointer<RimGeoMechCase> m_geomechCase;
cvf::ref<RivGeoMechPartMgr> m_geoMechFullModel;
bool m_isGeoMechFullGenerated;