Salome HOME
Merge from BR_Dev_For_4_0 branch (from tag mergeto_BR_QT4_Dev_17Jan08)
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI.h
index e3602ab136b64802dfbabb191f1fc0ee41e503b4..b646ff9f65d23d9750463b21654a2d78ec06e0dc 100644 (file)
@@ -62,11 +62,13 @@ private:
   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.
@@ -83,7 +85,6 @@ private:
   bool         CheckSubObjectInUse( _PTR(SObject),
                                    _PTR(SObject),
                                    _PTR(Study) );
-    
 };
 
 #endif // GEOMTOOLSGUI_H