From: akl Date: Fri, 9 Mar 2007 09:26:28 +0000 (+0000) Subject: 1) IPAL15174 (Dump study works wrong for Concatenate): X-Git-Tag: V3_2_6pre2~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=66b687c45449b7feb3ed0a30e72822e5f94c07ca;p=modules%2Fsmesh.git 1) IPAL15174 (Dump study works wrong for Concatenate): fix of Problem 1 (no icon ?Build compound? in dialog box). 2) add the checking of the study lock. --- diff --git a/src/SMESHGUI/SMESHGUI_BuildCompoundDlg.h b/src/SMESHGUI/SMESHGUI_BuildCompoundDlg.h index 862080e95..c7bc29cda 100644 --- a/src/SMESHGUI/SMESHGUI_BuildCompoundDlg.h +++ b/src/SMESHGUI/SMESHGUI_BuildCompoundDlg.h @@ -25,8 +25,8 @@ // Author : Alexander KOVALEV // Module : SMESH -#ifndef DIALOGBOX_BUILD_MESH_H -#define DIALOGBOX_BUILD_MESH_H +#ifndef SMESHGUI_BuildCompoundDlg_H +#define SMESHGUI_BuildCompoundDlg_H #include "LightApp_SelectionMgr.h" #include "SUIT_SelectionFilter.h" @@ -67,10 +67,7 @@ class SMESHGUI_BuildCompoundDlg : public QDialog public: - SMESHGUI_BuildCompoundDlg (SMESHGUI * theModule, - const char* title, - const char* icon, - int theAction); + SMESHGUI_BuildCompoundDlg (SMESHGUI * theModule); ~SMESHGUI_BuildCompoundDlg(); public : @@ -91,8 +88,6 @@ public : SUIT_SelectionFilter* myMeshFilter; SMESH::mesh_array_var myMeshArray; - int myAction; - // Widgets QButtonGroup* GroupConstructors; QRadioButton* Constructor1; @@ -129,7 +124,7 @@ public : private slots: void ClickOnOk(); void ClickOnCancel(); - void ClickOnApply(); + bool ClickOnApply(); void ClickOnHelp(); void SelectionIntoArgument(); void DeactivateActiveDialog(); @@ -137,4 +132,4 @@ public : void onSelectMerge(bool); }; -#endif // DIALOGBOX_BUILD_MESH_H +#endif // SMESHGUI_BuildCompoundDlg_H