Salome HOME
NPAL16559: EDF507: Implementation of a more advanced system of measurement.
[modules/geom.git] / src / TransformationGUI / TransformationGUI.h
index 65a4bd999391e5cf0f0e92e5a87c34c5ddf1e0c4..87ba9b55d8d2cb30adb0f8aab10c8f4f2b059755 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   : TransformationGUI.h
 //  Author : Damien COQUERET
 //  Module : GEOM
-//  $Header$
 
 #ifndef TRANSFORMATIONGUI_H
 #define TRANSFORMATIONGUI_H
 //=================================================================================
 class TransformationGUI : public GEOMGUI
 {
-protected:
-  TransformationGUI(); // hide constructor to avoid direct creation
-
-public :
+public:
+  TransformationGUI( GeometryGUI* parent );
   ~TransformationGUI();
 
-  // Get the only TransformationGUI object
-  static TransformationGUI* GetTransformationGUI();
-
-  bool OnGUIEvent(int theCommandID, QAD_Desktop* parent);
-
-private:
-  static TransformationGUI* myGUIObject;        // the only TransformationGUI object
+  bool OnGUIEvent(int theCommandID, SUIT_Desktop* parent);
 };
 
 #endif