Salome HOME
0016756: EDF 545 GEOM : Extrusion, give the coordinates of the vector as input
[modules/geom.git] / src / GEOMGUI / GEOMGUI_Selection.h
index cfd05e7d5288710cecaee8a5c1b05cc82bb83fdf..5d470195c718d7b3977912ce130e971de2f161db 100644 (file)
@@ -36,7 +36,7 @@ class LightApp_SelectionMgr;
 class GEOMGUI_EXPORT GEOMGUI_Selection : public LightApp_Selection
 {
 public:
-  GEOMGUI_Selection( const QString&, LightApp_SelectionMgr* );
+  GEOMGUI_Selection();
   virtual ~GEOMGUI_Selection();
 
   virtual QVariant      parameter( const int, const QString& ) const;
@@ -44,6 +44,7 @@ public:
 
 private:
   bool                  isVisible( const int ) const;
+  bool                  isAutoColor( const int ) const;
   QString               typeName( const int ) const;  
   QString               displayMode( const int ) const;
   QString               selectionMode() const;