Salome HOME
Mantis issue 0021772: EDF 2336 GEOM: Non valid face created from two circles
[modules/geom.git] / src / EntityGUI / EntityGUI_Widgets.cxx
index 5477bca2f5302f378f6a0f2b87c71bf9847daca4..0c59c73453e9ac3869a7da02f3650e4ae6562288 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -210,6 +210,48 @@ EntityGUI_Point::~EntityGUI_Point()
 {
 }
 
+//////////////////////////////////////////
+// EntityGUI_Type
+//////////////////////////////////////////
+
+EntityGUI_Type::EntityGUI_Type( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+  setupUi( this );
+}
+
+EntityGUI_Type::~EntityGUI_Type()
+{
+}
+
+//////////////////////////////////////////
+// EntityGUI_Angles
+//////////////////////////////////////////
+
+EntityGUI_Angles::EntityGUI_Angles( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+  setupUi( this );
+}
+
+EntityGUI_Angles::~EntityGUI_Angles()
+{
+}
+
+//////////////////////////////////////////
+// EntityGUI_Controls
+//////////////////////////////////////////
+
+EntityGUI_Controls::EntityGUI_Controls( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+  setupUi( this );
+}
+
+EntityGUI_Controls::~EntityGUI_Controls()
+{
+}
+
 //////////////////////////////////////////
 // EntityGUI_Skeleton
 //////////////////////////////////////////
@@ -222,6 +264,7 @@ EntityGUI_Skeleton::EntityGUI_Skeleton( QWidget* parent, Qt::WindowFlags f )
   ButtonGroup = new QButtonGroup( this );
   ButtonGroup->addButton( RadioButton1, 0 );
   ButtonGroup->addButton( RadioButton2, 1 );
+  ButtonGroup->addButton( RadioButton3, 2 );
 }
 
 EntityGUI_Skeleton::~EntityGUI_Skeleton()