X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IViewWindow.h;h=756baa64a9682d1907325233b5906087659e35c2;hb=cdc2caa21375bc96aaad9bb7c3ee1140dac1d738;hp=abf938d3bf56d9ba3dcdb6713d8aca1aa78c2a7a;hpb=f1cd93fd02a54259f72e3191d037323a496b2bef;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IViewWindow.h b/src/ModuleBase/ModuleBase_IViewWindow.h index abf938d3b..756baa64a 100644 --- a/src/ModuleBase/ModuleBase_IViewWindow.h +++ b/src/ModuleBase/ModuleBase_IViewWindow.h @@ -9,6 +9,7 @@ /** +* \ingroup GUI * Interface to ViewWindow object which contains 3d scene */ class ModuleBase_IViewWindow @@ -16,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; };