Added support for active summary plot

This commit is contained in:
Magne Sjaastad
2016-06-28 11:38:11 +02:00
parent cac86dcec9
commit 75c08979c7
4 changed files with 93 additions and 15 deletions

View File

@@ -131,6 +131,14 @@ void RimSummaryPlot::updateYAxisUnit()
m_qwtPlot->setYAxisTitle(assembledYAxisText);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
QWidget* RimSummaryPlot::viewer()
{
return m_qwtPlot;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -55,6 +55,8 @@ public:
void handleViewerDeletion();
void updateYAxisUnit();
QWidget* viewer();
protected:
// Overridden PDM methods
virtual caf::PdmFieldHandle* objectToggleField() { return &m_showWindow; }