(#612) Time history result accessor and display of curve from selection

This commit is contained in:
Magne Sjaastad
2015-11-04 14:18:52 +01:00
parent 30adb2661e
commit 0011f090de
9 changed files with 256 additions and 41 deletions

View File

@@ -1165,6 +1165,14 @@ QMdiSubWindow* RiuMainWindow::findMdiSubWindow(QWidget* viewer)
return NULL;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RiuTimeHistoryQwtPlot* RiuMainWindow::timeHistoryPlot()
{
return m_timeHistoryQwtPlot;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------