GroupPntVecR->SpinBox_DX, SLOT(SetStep(double)));
connect(myGeomGUI->getApp()->selectionMgr(), SIGNAL(currentSelectionChanged()),
- this, SLOT(SelectionIntoArgument())) ;
+ this, SLOT(SelectionIntoArgument()));
initName( tr( "GEOM_CIRCLE" ) );
return true;
}
-//=======================================================================
+//=================================================================================
// function : ClickOnCancel()
// purpose :
-//=======================================================================
+//=================================================================================
void BasicGUI_CircleDlg::ClickOnCancel()
{
GEOMBase_Skeleton::ClickOnCancel();
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
{
}
}
-
//=================================================================================
// function : ActivateThisDialog()
// purpose :
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 :