Salome HOME
Empty list of objects to delete (bug 19263) fix
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI.h
index d19717ebbf4d25044d1411ffa7a365c69a202794..b646ff9f65d23d9750463b21654a2d78ec06e0dc 100644 (file)
@@ -58,17 +58,17 @@ private:
   void         OnEditDelete();
 
   void         OnSettingsColor();
-  void         OnSettingsIsos();
-  void         OnSettingsStep();
   void         OnRename();
   void         OnCheckGeometry();
 
   // Popup commands
+  void         OnAutoColor();
+  void         OnDisableAutoColor();
   void         OnColor();
   void         OnTransparency();
   void         OnNbIsos();
   void         OnOpen();
-  void         OnSelectOnly( int );
+  void         OnSelectOnly(int mode);
   
   // returns name of Module (Component) of given objects (usually selected objects)
   // if objects belong to different Components, a NULL string is returned.
@@ -85,7 +85,6 @@ private:
   bool         CheckSubObjectInUse( _PTR(SObject),
                                    _PTR(SObject),
                                    _PTR(Study) );
-    
 };
 
 #endif // GEOMTOOLSGUI_H