X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHGUI%2FSMESHGUI_FilterDlg.h;h=8df6b43860c4da3212107b19afc768db7071f639;hb=4978ecadd84ead1efcf2661f224c2736e4ddd4a9;hp=efd6e2e75b012812bb616e584215483aa50b4f0b;hpb=1d63486c23e669e0125e72e40ad0bf3db7c4323d;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_FilterDlg.h b/src/SMESHGUI/SMESHGUI_FilterDlg.h index efd6e2e75..8df6b4386 100755 --- a/src/SMESHGUI/SMESHGUI_FilterDlg.h +++ b/src/SMESHGUI/SMESHGUI_FilterDlg.h @@ -126,6 +126,14 @@ public: QString& theText, const int theEntityType = -1 ); + void SetID( const int theRow, + const QString& theText, + const int theEntityType = -1 ); + + bool GetID( const int theRow, + QString& theText, + const int theEntityType = -1 ); + void Update();