X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_IViewWindow.h;h=756baa64a9682d1907325233b5906087659e35c2;hb=872ac5e3e0196ad70c2a01a79bd070c9a7d4a2e6;hp=89929982ebe3367dfa04a8921fcadd677aa57c1a;hpb=a2686c838648dcf05659df3c31d9b90aca42b792;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IViewWindow.h b/src/ModuleBase/ModuleBase_IViewWindow.h index 89929982e..756baa64a 100644 --- a/src/ModuleBase/ModuleBase_IViewWindow.h +++ b/src/ModuleBase/ModuleBase_IViewWindow.h @@ -17,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; };