#2519 Mohr Circle: Create plot widget

This commit is contained in:
Rebecca Cox
2018-02-21 11:08:35 +01:00
parent 80af97c1a8
commit d6974bfdba
5 changed files with 259 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ class RiuResultQwtPlot;
class RiuViewer;
class RiuRelativePermeabilityPlotPanel;
class RiuPvtPlotPanel;
class RiuMohrsCirclePlot;
struct RimMdiWindowGeometry;
@@ -175,6 +176,7 @@ private:
QPointer<RiuMessagePanel> m_messagePanel;
RiuResultQwtPlot* m_resultQwtPlot;
RiuMohrsCirclePlot* m_mohrsCirclePlot;
RiuRelativePermeabilityPlotPanel* m_relPermPlotPanel;
RiuPvtPlotPanel* m_pvtPlotPanel;