Salome HOME
Issue #412: Crash on delete sketch line with constraints
[modules/shaper.git] / src / ModuleBase / ModuleBase_IViewWindow.h
index abf938d3bf56d9ba3dcdb6713d8aca1aa78c2a7a..756baa64a9682d1907325233b5906087659e35c2 100644 (file)
@@ -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;
 };