mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#739 Added a common base class to represent and handle ViewWindows
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
#include "RivCellSetEnum.h"
|
||||
|
||||
#include "RimViewWindow.h"
|
||||
|
||||
#include "cvfArray.h"
|
||||
#include "cvfBase.h"
|
||||
#include "cvfCollection.h"
|
||||
@@ -36,6 +38,7 @@
|
||||
|
||||
#include <QPointer>
|
||||
|
||||
|
||||
class Rim3dOverlayInfoConfig;
|
||||
class RimCase;
|
||||
class RimCellRangeFilter;
|
||||
@@ -61,7 +64,7 @@ namespace cvf
|
||||
///
|
||||
///
|
||||
//==================================================================================================
|
||||
class RimView : public caf::PdmObject
|
||||
class RimView : public RimViewWindow
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user