mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-04 02:00:33 +05:00
NRI : Merge from V1_2.
This commit is contained in:
parent
e3eff7aca9
commit
60d0057dcd
@ -94,7 +94,8 @@ void SMESH_Swig::Init(int studyID)
|
||||
father = myStudyBuilder->NewComponent("MESH");
|
||||
anAttr = myStudyBuilder->FindOrCreateAttribute(father, "AttributeName");
|
||||
aName = SALOMEDS::AttributeName::_narrow(anAttr);
|
||||
aName->SetValue(QObject::tr("SMESH_MEN_COMPONENT"));
|
||||
//NRI aName->SetValue(QObject::tr("SMESH_MEN_COMPONENT"));
|
||||
aName->SetValue( QAD_Application::getDesktop()->getComponentUserName( "SMESH" ) );
|
||||
anAttr = myStudyBuilder->FindOrCreateAttribute(father, "AttributePixMap");
|
||||
aPixmap = SALOMEDS::AttributePixMap::_narrow(anAttr);
|
||||
aPixmap->SetPixMap( "ICON_OBJBROWSER_SMESH" );
|
||||
|
@ -32,11 +32,11 @@
|
||||
|
||||
%include "typemaps.i"
|
||||
|
||||
class SMESHGUI_Swig
|
||||
class SMESH_Swig
|
||||
{
|
||||
public:
|
||||
SMESHGUI_Swig();
|
||||
~SMESHGUI_Swig();
|
||||
SMESH_Swig();
|
||||
~SMESH_Swig();
|
||||
|
||||
void Init(int studyID);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user