Salome HOME
NPAL 19577 GetInPlace on compound does not work with Edge
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI_NbIsosDlg.h
index 943dbdcde2ffd81272244202b331c0275ba0288a..e93b1ded30a0d93e28b52cf0f33b159bbfb6c761 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 GEOMTOOLSGUI_NBISOSDLG_H
 #define GEOMTOOLSGUI_NBISOSDLG_H
 
+#include "GEOM_ToolsGUI.hxx"
+
 #include <qdialog.h>
 
 class QSpinBox;
@@ -37,7 +39,7 @@ class QSpinBox;
 // class    : GEOMToolsGUI_NbIsosDlg
 // purpose  :
 //=================================================================================
-class GEOMToolsGUI_NbIsosDlg : public QDialog
+class GEOMTOOLSGUI_EXPORT GEOMToolsGUI_NbIsosDlg : public QDialog
 { 
     Q_OBJECT
 
@@ -51,9 +53,16 @@ public:
     void      setU( const int );
     void      setV( const int );
 
+private slots:
+    void      ClickOnHelp();
+
+private:
+    void      keyPressEvent(QKeyEvent*);
+
 private:
     QSpinBox* SpinBoxU;
     QSpinBox* SpinBoxV;
+    QString   myHelpFileName;
 
 };