Salome HOME
PAL9022. before algo->Compute(), clean only elements directly bound to the shape...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_MultiEditDlg.h
index 0f69a5d724e4e55fa66ed443d8892802470504a8..a2ea7b7cacbe44245bea4833fa069f8e8c1c536b 100755 (executable)
@@ -40,7 +40,6 @@ class QGroupBox;
 class QListBox;
 class QFrame;
 class QLineEdit;
-class SMESHGUI_SpinBox;
 class QPushButton;
 class SALOME_Selection;
 class SMESH_Actor;
@@ -100,7 +99,7 @@ protected:
   void                      hideEvent ( QHideEvent * );                        /* ESC key */
   QFrame*                   createButtonFrame( QWidget* );
   QFrame*                   createMainFrame  ( QWidget*, const bool );
-  bool                      isValid( const bool );
+  bool                      isValid( const bool ) const;
   SMESH::long_array_var     getIds();
   void                      updateButtons();
   void                      setSelectionMode();
@@ -143,7 +142,6 @@ protected:
   Handle(SMESH_TypeFilter)  myGroupFilter;
   bool                      myBusy;
   int                       myEntityType;
-  Handle(SALOME_InteractiveObject) myIO;
 };
 
 /*