Salome HOME
Fix for bug PAL10409 (Filter "Belong to geom" fails if 2 geom shapes have the same...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_FilterDlg.h
index efd6e2e75b012812bb616e584215483aa50b4f0b..8df6b43860c4da3212107b19afc768db7071f639 100755 (executable)
@@ -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();