Salome HOME
Issue #720:Set cursor at the same position at editing of text in spin box
[modules/shaper.git] / src / ModuleBase / ModuleBase_IViewWindow.h
index fcf763e4424f706c3fbd7a8357e13c95b556c452..756baa64a9682d1907325233b5906087659e35c2 100644 (file)
@@ -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;
 };