Salome HOME
Update GUI documentation for bugs 16559
[modules/geom.git] / src / MeasureGUI / MeasureGUI_Skeleton.h
index 7c335648e533fcef67ee2be79eb2d2e47bf0db42..79d5ade2166926092139a9453e6542ec86133efa 100644 (file)
@@ -17,7 +17,7 @@
 //  License along with this library; if not, write to the Free Software 
 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 // 
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 //
 //
@@ -29,6 +29,8 @@
 #ifndef MEASUREGUI_SKELETON_H
 #define MEASUREGUI_SKELETON_H
 
+#include "GEOM_MeasureGUI.hxx"
+
 #include "MeasureGUI_Skeleton_QTD.h"
 #include "GEOMBase_Helper.h"
 
@@ -38,8 +40,9 @@ class QLineEdit;
 class QPushButton;
 class GEOM_Displayer;
 
-class MeasureGUI_Skeleton : public MeasureGUI_Skeleton_QTD,
-                            public GEOMBase_Helper
+class GEOM_MEASUREGUI_EXPORT 
+    MeasureGUI_Skeleton : public MeasureGUI_Skeleton_QTD,
+                          public GEOMBase_Helper
 { 
     Q_OBJECT
 
@@ -65,6 +68,7 @@ protected:
 
     void                      enterEvent( QEvent* e );
     void                      closeEvent( QCloseEvent* e );
+    void                      keyPressEvent( QKeyEvent* e );
     void                      redisplayPreview();
     GEOM_Displayer*           getDisplayer();