#739 Added a common base class to represent and handle ViewWindows

This commit is contained in:
Jacob Støren
2016-05-24 10:37:10 +02:00
parent cb8f2e47f5
commit c32bad52ff
6 changed files with 89 additions and 3 deletions

View File

@@ -27,6 +27,8 @@
#include <QPointer>
#include "RimDefines.h"
#include "RimViewWindow.h"
class RiuWellLogPlot;
class RimWellLogTrack;
@@ -35,7 +37,7 @@ class RimWellLogTrack;
///
///
//==================================================================================================
class RimWellLogPlot : public caf::PdmObject
class RimWellLogPlot : public RimViewWindow
{
CAF_PDM_HEADER_INIT;