Salome HOME
NPAL17269: Performance pb. when creating a group with GUI.
[modules/geom.git] / src / RepairGUI / RepairGUI.h
index 2454b406c167b85380dd8eb8dfd12d1ae358691a..a999162397493c10cc48b269aa9e82ead0723df9 100644 (file)
 //  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
 //
 //
 //
 //  File   : RepairGUI.h
 //  Author : Damien COQUERET
 //  Module : GEOM
-//  $Header$
 
 #ifndef REPAIRGUI_H
 #define REPAIRGUI_H
 //=================================================================================
 class RepairGUI : public GEOMGUI
 {
-protected:
-  RepairGUI(); // hide constructor to avoid direct creation
-
-public :
+public:
+  RepairGUI( GeometryGUI* parent );
   ~RepairGUI();
 
-  // Get the only RepairGUI object
-  static RepairGUI* GetRepairGUI();
-
-  bool OnGUIEvent(int theCommandID, QAD_Desktop* parent);
-
-private:
-  static RepairGUI* myGUIObject;        // the only RepairGUI object
-  
+  bool OnGUIEvent(int theCommandID, SUIT_Desktop* parent);
 };
 
 #endif