mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1727 Summary Plot: Add Reload option for group and for individual summary cases
This commit is contained in:
@@ -59,6 +59,16 @@ void RimSummaryCase::loadCase()
|
||||
if (m_summaryCaseData.isNull()) m_summaryCaseData = new RigSummaryCaseData(this->summaryHeaderFilename());
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimSummaryCase::reloadCase()
|
||||
{
|
||||
if (m_summaryCaseData.notNull())
|
||||
{
|
||||
m_summaryCaseData->openOrReloadCase(this->summaryHeaderFilename());
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
|
||||
@@ -46,6 +46,7 @@ public:
|
||||
void updateOptionSensitivity();
|
||||
|
||||
void loadCase();
|
||||
void reloadCase();
|
||||
RigSummaryCaseData* caseData();
|
||||
|
||||
virtual void updateFilePathsFromProjectPath(const QString& newProjectPath, const QString& oldProjectPath) = 0;
|
||||
|
||||
Reference in New Issue
Block a user