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 f63d2b2e0a134802a10023875517e0ad9c550238..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();
 
  
@@ -186,6 +194,7 @@ private:
   QButtonGroup*             myEntityTypeGrp;
   int                       myEntityType;
   int                       myIsValid;
+  bool                      myIsLocked;
   
   SMESHGUI_FilterLibraryDlg* myLibDlg;