From: mpa Date: Wed, 24 Jun 2015 09:48:09 +0000 (+0300) Subject: 0023102: [CEA 1486 ] Add the parameters for defining the boundary layers X-Git-Tag: V7_7_0a1~36 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a8a351ef11f0bc3c7a8360bbfbe22ae22fb85b39;p=modules%2Fsmesh.git 0023102: [CEA 1486 ] Add the parameters for defining the boundary layers --- diff --git a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.cxx b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.cxx index 7b605972d..dc4511f95 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.cxx +++ b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.cxx @@ -421,6 +421,8 @@ void StdMeshersGUI_SubShapeSelectorWdg::onListSelectionChanged() // update remove button myRemoveButton->setEnabled( selItems.size() > 0 ); + + emit selectionChanged(); } //================================================================================= diff --git a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h index 7d0a5bd1d..1b40658d9 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h +++ b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h @@ -85,6 +85,9 @@ public: SMESH_PreviewActorsCollection* GetActorCollection() { return myPreviewActor; } void ClearSelected(); +signals: + void selectionChanged(); + private: void updateState(); void setFilter();