X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IViewWindow.h;h=597d884a35c9596accb00dc3337b37efbec19374;hb=8cd56d486b6e96b8814002f9f0f4acadd6cea11b;hp=756baa64a9682d1907325233b5906087659e35c2;hpb=5e0d2346938ebede83543d7e37ff6ff8fc907675;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IViewWindow.h b/src/ModuleBase/ModuleBase_IViewWindow.h index 756baa64a..597d884a3 100644 --- a/src/ModuleBase/ModuleBase_IViewWindow.h +++ b/src/ModuleBase/ModuleBase_IViewWindow.h @@ -1,20 +1,26 @@ // Copyright (C) 2014-20xx CEA/DEN, EDF R&D - - #ifndef ModuleBase_IViewWindow_H #define ModuleBase_IViewWindow_H +#include "ModuleBase.h" + #include +class QWidget; /** * \ingroup GUI * Interface to ViewWindow object which contains 3d scene */ -class ModuleBase_IViewWindow +class MODULEBASE_EXPORT ModuleBase_IViewWindow { public: + /// Default constructor + ModuleBase_IViewWindow(); + /// Virtual destructor + virtual ~ModuleBase_IViewWindow(); + /// Returns OCCT object which contains 3d view object virtual Handle(V3d_View) v3dView() const = 0;