Salome HOME
SMH: Merged GEOM (NEWGUI, HEAD, POLYWORK)
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI.h
index 4927db5d5c58de4245d177129461488fbc5892a4..626a70cc7a8fe029ad9009b1a8c7d9b2b4275b47 100644 (file)
 //=================================================================================
 class GEOMToolsGUI : public GEOMGUI
 {
-protected:
-  GEOMToolsGUI(); // hide constructor to avoid direct creation
-
 public :
+  GEOMToolsGUI( GeometryGUI* ); // hide constructor to avoid direct creation
   ~GEOMToolsGUI();
 
-  // Get the only GEOMToolsGUI object
-  static GEOMToolsGUI* GetGEOMToolsGUI();
-
-  bool OnGUIEvent(int theCommandID, QAD_Desktop* parent);
+  bool OnGUIEvent( int theCommandID, SUIT_Desktop* parent );
 
 private:
   /* Import and export topology methods */
@@ -68,9 +63,6 @@ private:
   void OnTransparency();
   void OnNbIsos();
   void OnOpen();
-
-private:
-  static GEOMToolsGUI* myGUIObject;        // the only GEOMToolsGUI object
 };
 
 #endif