#2179 Summary Plot : Change identifier using PgUp / PgDown

This commit is contained in:
Magne Sjaastad
2017-11-24 18:13:43 +01:00
parent e231685d4c
commit 0a8a67c2aa
8 changed files with 278 additions and 56 deletions

View File

@@ -514,6 +514,22 @@ void RimSummaryPlot::updatePlotTitle()
updateMdiWindowTitle();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimSummaryPlot::applyNextIdentifier()
{
m_summaryCurveCollection->applyNextIdentifier();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimSummaryPlot::applyPreviousIdentifier()
{
m_summaryCurveCollection->applyPreviousIdentifier();
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------