mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-30 16:37:50 +05:00
Correct names
This commit is contained in:
parent
02876a85d7
commit
d11e79ac18
@ -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 :
|
||||
|
Loading…
x
Reference in New Issue
Block a user