mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 09:38:33 +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
|
// update remove button
|
||||||
myRemoveButton->setEnabled( selItems.size() > 0 );
|
myRemoveButton->setEnabled( selItems.size() > 0 );
|
||||||
|
|
||||||
|
emit selectionChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -85,6 +85,9 @@ public:
|
|||||||
SMESH_PreviewActorsCollection* GetActorCollection() { return myPreviewActor; }
|
SMESH_PreviewActorsCollection* GetActorCollection() { return myPreviewActor; }
|
||||||
void ClearSelected();
|
void ClearSelected();
|
||||||
|
|
||||||
|
signals:
|
||||||
|
void selectionChanged();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void updateState();
|
void updateState();
|
||||||
void setFilter();
|
void setFilter();
|
||||||
|
Loading…
Reference in New Issue
Block a user