From: jfa Date: Wed, 19 Dec 2007 10:00:22 +0000 (+0000) Subject: Correct names X-Git-Tag: V3_2_9sp1~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d11e79ac1861edcc378d2dbb9680fc1a8bd742f1;p=modules%2Fgeom.git Correct names --- diff --git a/src/BasicGUI/BasicGUI_CircleDlg.cxx b/src/BasicGUI/BasicGUI_CircleDlg.cxx index d72d91d49..9fe4edf76 100644 --- a/src/BasicGUI/BasicGUI_CircleDlg.cxx +++ b/src/BasicGUI/BasicGUI_CircleDlg.cxx @@ -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 :