Salome HOME
PAL12470: Cannot use boolean operations on COMPOUNDs and COMPSOLIDs. Fix FUSE regression.
[modules/geom.git] / src / MeasureGUI / MeasureGUI_Skeleton.h
index bcf601a1e61b385c8e96866b3cf27820925d4363..4a0c9d6f127421cc7eb89b9e7188c0b7dfe5342e 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
 //
 //
 //
@@ -52,6 +52,7 @@ public:
 protected slots:
 
     virtual void              ClickOnCancel();
+    virtual void              ClickOnHelp(); 
     virtual void              DeactivateActiveDialog();
     virtual void              ActivateThisDialog();
     virtual void              SelectionIntoArgument();
@@ -64,6 +65,7 @@ protected:
 
     void                      enterEvent( QEvent* e );
     void                      closeEvent( QCloseEvent* e );
+    void                      keyPressEvent( QKeyEvent* e );
     void                      redisplayPreview();
     GEOM_Displayer*           getDisplayer();
 
@@ -82,6 +84,8 @@ protected:
     
     GeometryGUI*              myGeomGUI;
     GEOM_Displayer*           myDisplayer;
+
+    QString                   myHelpFileName;
 };
 
 #endif // MEASUREGUI_SKELETON_H