X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IViewWindow.h;h=756baa64a9682d1907325233b5906087659e35c2;hb=872ac5e3e0196ad70c2a01a79bd070c9a7d4a2e6;hp=fcf763e4424f706c3fbd7a8357e13c95b556c452;hpb=efaa3e56c591f0b6a0e018cc91027ff5f82b2438;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IViewWindow.h b/src/ModuleBase/ModuleBase_IViewWindow.h index fcf763e44..756baa64a 100644 --- a/src/ModuleBase/ModuleBase_IViewWindow.h +++ b/src/ModuleBase/ModuleBase_IViewWindow.h @@ -1,3 +1,5 @@ +// Copyright (C) 2014-20xx CEA/DEN, EDF R&D + #ifndef ModuleBase_IViewWindow_H @@ -7,6 +9,7 @@ /** +* \ingroup GUI * Interface to ViewWindow object which contains 3d scene */ class ModuleBase_IViewWindow @@ -14,6 +17,9 @@ class ModuleBase_IViewWindow public: /// Returns OCCT object which contains 3d view object virtual Handle(V3d_View) v3dView() const = 0; + + /// Returns the view window view port + virtual QWidget* viewPort() const = 0; };