X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IViewWindow.h;h=756baa64a9682d1907325233b5906087659e35c2;hb=1804fe9b51c902003511022872a64ef4bc7775fc;hp=fcf763e4424f706c3fbd7a8357e13c95b556c452;hpb=eb46781716082e5c57561426894fe4c0c989224e;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; };