X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_SymmetryDlg.h;h=3f33ab4c10106c1c48ee96018a819395902ca0fd;hp=686e8a32995da3d305589f77b71fc3e07441f0cf;hb=0ebaadef3876c969a04d6c158c87e251461d2f16;hpb=2e446e7121ea4e7ab033e96d67ae45f4580f16c4 diff --git a/src/SMESHGUI/SMESHGUI_SymmetryDlg.h b/src/SMESHGUI/SMESHGUI_SymmetryDlg.h index 686e8a329..3f33ab4c1 100644 --- a/src/SMESHGUI/SMESHGUI_SymmetryDlg.h +++ b/src/SMESHGUI/SMESHGUI_SymmetryDlg.h @@ -81,6 +81,7 @@ private: void keyPressEvent(QKeyEvent*); int GetConstructorId(); bool IsMirrorOk(); + void setNewMeshName(); SMESHGUI* mySMESHGUI; /* Current SMESHGUI object */ LightApp_SelectionMgr* mySelectionMgr; /* User shape selection */ @@ -128,8 +129,10 @@ private: QLabel* TextLabelDZ; SMESHGUI_SpinBox* SpinBox_DZ; - QCheckBox* CheckBoxCopy; + //QCheckBox* CheckBoxCopy; + QButtonGroup* ActionGroup; QCheckBox* MakeGroupsCheck; + QLineEdit* LineEditNewMesh; QString myHelpFileName; @@ -147,7 +150,7 @@ private: void onTextChange(const QString&); void onSelectMesh(bool toSelectMesh); void onVectorChanged(); - void onCopyChecked(bool isOn); + void onActionClicked(int button); protected: QGridLayout* SMESHGUI_SymmetryDlgLayout;