mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
0023102: [CEA 1486 ] Add the parameters for defining the boundary layers
This commit is contained in:
parent
23d90107ac
commit
a8a351ef11
@ -421,6 +421,8 @@ void StdMeshersGUI_SubShapeSelectorWdg::onListSelectionChanged()
|
||||
|
||||
// update remove button
|
||||
myRemoveButton->setEnabled( selItems.size() > 0 );
|
||||
|
||||
emit selectionChanged();
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
@ -85,6 +85,9 @@ public:
|
||||
SMESH_PreviewActorsCollection* GetActorCollection() { return myPreviewActor; }
|
||||
void ClearSelected();
|
||||
|
||||
signals:
|
||||
void selectionChanged();
|
||||
|
||||
private:
|
||||
void updateState();
|
||||
void setFilter();
|
||||
|
Loading…
Reference in New Issue
Block a user