Salome HOME
Update GUI documentation for bugs 16559
[modules/geom.git] / src / MeasureGUI / MeasureGUI_Skeleton.h
index 8d3236814ccd4cbd3e84a5d697d75b8ba92e399b..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
 
@@ -52,6 +55,7 @@ public:
 protected slots:
 
     virtual void              ClickOnCancel();
+    virtual void              ClickOnHelp(); 
     virtual void              DeactivateActiveDialog();
     virtual void              ActivateThisDialog();
     virtual void              SelectionIntoArgument();
@@ -64,6 +68,7 @@ protected:
 
     void                      enterEvent( QEvent* e );
     void                      closeEvent( QCloseEvent* e );
+    void                      keyPressEvent( QKeyEvent* e );
     void                      redisplayPreview();
     GEOM_Displayer*           getDisplayer();
 
@@ -74,8 +79,6 @@ protected:
 
     virtual GEOM::GEOM_IOperations_ptr createOperation();
 
-    virtual SUIT_Desktop* getDesktop() const;
-
 protected:    
     
     QPushButton*              mySelBtn;
@@ -84,6 +87,8 @@ protected:
     
     GeometryGUI*              myGeomGUI;
     GEOM_Displayer*           myDisplayer;
+
+    QString                   myHelpFileName;
 };
 
 #endif // MEASUREGUI_SKELETON_H