Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/geom.git] / src / RepairGUI / RepairGUI_FreeBoundDlg.h
index e317cc3a73af38d75ac54010fa00cbf14ec5f561..8e82a1054546d94978e387146df9e78984421fef 100644 (file)
@@ -24,7 +24,6 @@
 //  File   : RepairGUI_FreeBoundDlg.h
 //  Author : Sergey LITONIN
 //  Module : GEOM
-//  $Header$
 
 #ifndef DIALOGBOX_WHATIS_H
 #define DIALOGBOX_WHATIS_H
@@ -47,18 +46,17 @@ class RepairGUI_FreeBoundDlg : public QDialog,
     Q_OBJECT
 
 public:
-                                        RepairGUI_FreeBoundDlg( GeometryGUI*, QWidget* );
-                                        ~RepairGUI_FreeBoundDlg();
+    RepairGUI_FreeBoundDlg(GeometryGUI*, QWidget*, const char* name = 0);
+    ~RepairGUI_FreeBoundDlg();
 
 private slots:
-
   void                                  onClose();
+  void                                  onHelp(); 
   void                                  onDeactivate();
   void                                  onActivate();
   void                                  onSelectionDone();
                                                                                   
 private:
-
   void                                  Init();
   void                                  enterEvent( QEvent* e );
   void                                  closeEvent( QCloseEvent* e );
@@ -69,7 +67,6 @@ private:
   virtual bool                          isValid( QString& );
 
 private:
-
   QLineEdit*                            myEdit;
   QLabel*                               myClosedLbl;
   QLabel*                               myOpenLbl;
@@ -77,16 +74,7 @@ private:
   GeometryGUI*                          myGeomGUI;
   int                                   myNbClosed;
   int                                   myNbOpen;
+  QString                               myHelpFileName;
 };
 
 #endif // DIALOGBOX_WHATIS_H
-
-
-
-
-
-
-
-
-
-