Salome HOME
updated copyright message
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Coincident.h
index 861da3734a132eaf0827fa68c311137b82d5a190..4831217b8e31e89700ae0db7420b95607a5f945e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -44,19 +44,6 @@ public:
   Standard_EXPORT SketcherPrs_Coincident(ModelAPI_Feature* theConstraint,
     SketchPlugin_Sketch* theSketch);
 
-  /// Defines color for the presentation
-  /// \param aColor a color object
-  Standard_EXPORT virtual void SetColor(const Quantity_Color& aColor);
-
-  /// Defines color for the presentation
-  /// \param aColor a color name
-  Standard_EXPORT virtual void SetColor(const Quantity_NameOfColor aColor);
-
-  /// Set state of the presentation, in case of custom color, the icon of the presentation is
-  /// visualized in error color.
-  /// \param theColor a custom color for object presentation
-  Standard_EXPORT void SetCustomColor(const std::vector<int>& theColor);
-
   /// Returns true if the constraint feature arguments are correcly filled to build AIS presentation
   /// \param theConstraint a constraint feature
   /// \param thePlane a coordinate plane of current sketch
@@ -84,8 +71,6 @@ private:
   ModelAPI_Feature* myConstraint;
   SketchPlugin_Sketch* mySketch;
   gp_Pnt myPoint;
-  bool myIsCustomColor; /// state if the presentation is visualized in custom color
-  Quantity_Color myCustomColor; /// the color of mid ring if there is a conflict
 };