X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_FilterDlg.h;h=8df6b43860c4da3212107b19afc768db7071f639;hb=refs%2Ftags%2FV2_2_6;hp=efd6e2e75b012812bb616e584215483aa50b4f0b;hpb=ed19b0c94f804b668f351f3bb98bd25241314514;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();