mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5043 Input Property: Show file path in result selection panel
This commit is contained in:
committed by
Magne Sjaastad
parent
23bf2c50d9
commit
492ec395c0
@@ -173,6 +173,7 @@ protected:
|
||||
caf::PdmField<caf::AppEnum<RiaDefines::PorosityModelType>> m_porosityModel;
|
||||
caf::PdmField<QString> m_resultVariable;
|
||||
caf::PdmField<int> m_timeLapseBaseTimestep;
|
||||
caf::PdmField<QString> m_inputPropertyFileName;
|
||||
|
||||
caf::PdmPtrField<RimEclipseCase*> m_differenceCase;
|
||||
|
||||
@@ -252,6 +253,8 @@ private:
|
||||
void ensureProcessingOfObsoleteFields();
|
||||
bool isTernaryEnabled() const;
|
||||
|
||||
QString getInputPropertyFileName( const QString& resultName ) const;
|
||||
|
||||
private:
|
||||
bool m_diffResultOptionsEnabled;
|
||||
caf::PdmUiItemInfo::LabelPosType m_labelPosition;
|
||||
|
||||
Reference in New Issue
Block a user