]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Correct names
authorjfa <jfa@opencascade.com>
Wed, 19 Dec 2007 10:00:22 +0000 (10:00 +0000)
committerjfa <jfa@opencascade.com>
Wed, 19 Dec 2007 10:00:22 +0000 (10:00 +0000)
src/BasicGUI/BasicGUI_CircleDlg.cxx

index d72d91d491af84f06960f93f8b587bcd38df2829..9fe4edf76ceff08c3b56f189aa2e1ad8566f72cb 100644 (file)
@@ -181,7 +181,7 @@ void BasicGUI_CircleDlg::Init()
           GroupPntVecR->SpinBox_DX, SLOT(SetStep(double)));
 
   connect(myGeomGUI->getApp()->selectionMgr(), SIGNAL(currentSelectionChanged()),
-          this, SLOT(SelectionIntoArgument())) ;
+          this, SLOT(SelectionIntoArgument()));
 
   initName( tr( "GEOM_CIRCLE" ) );
 
@@ -273,10 +273,10 @@ bool BasicGUI_CircleDlg::ClickOnApply()
   return true;
 }
 
-//=======================================================================
+//=================================================================================
 // function : ClickOnCancel()
 // purpose  :
-//=======================================================================
+//=================================================================================
 void BasicGUI_CircleDlg::ClickOnCancel()
 {
   GEOMBase_Skeleton::ClickOnCancel();
@@ -337,9 +337,9 @@ void BasicGUI_CircleDlg::SelectionIntoArgument()
         aSelMgr->clearSelected(); // ???
 
         if (aNeedType == TopAbs_EDGE)
-          aName += QString("_edge_%1").arg(anIndex);
+          aName += QString(":edge_%1").arg(anIndex);
         else
-          aName += QString("_vertex_%1").arg(anIndex);
+          aName += QString(":vertex_%1").arg(anIndex);
       }
       else // Global Selection
       {
@@ -417,7 +417,6 @@ void BasicGUI_CircleDlg::LineEditReturnPressed()
   }
 }
 
-
 //=================================================================================
 // function : ActivateThisDialog()
 // purpose  :
@@ -425,15 +424,12 @@ void BasicGUI_CircleDlg::LineEditReturnPressed()
 void BasicGUI_CircleDlg::ActivateThisDialog()
 {
   GEOMBase_Skeleton::ActivateThisDialog();
-  globalSelection();
-  localSelection(GEOM::GEOM_Object::_nil(), TopAbs_VERTEX);
   connect(myGeomGUI->getApp()->selectionMgr(), SIGNAL(currentSelectionChanged()),
           this, SLOT(SelectionIntoArgument()));
 
   ConstructorsClicked( getConstructorId() );
 }
 
-
 //=================================================================================
 // function : enterEvent()
 // purpose  :