Salome HOME
An arc moving correction for dragging it by the center point.
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintParallel.h
index 6e02e1c997b4fd2cfa5dc6fac88481682ac79d76..6e81c66d367428fe1edc1242cd269d78024002ec 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
+
 // File:    SketchPlugin_ConstraintParallel.h
 // Created: 26 May 2014
 // Author:  Artem ZHIDKOV
@@ -7,8 +9,7 @@
 
 #include "SketchPlugin.h"
 #include <SketchPlugin_Sketch.h>
-#include "SketchPlugin_Constraint.h"
-
+#include "SketchPlugin_ConstraintBase.h"
 
 #define PARALLEL_COLOR "#ffff00"
 
  *  \ingroup DataModel
  *  \brief Feature for creation of a new constraint parallelism of two lines
  *
- *  These constraint has two attributes:
+ *  This constraint has two attributes:
  *  SketchPlugin_Constraint::ENTITY_A() and SketchPlugin_Constraint::ENTITY_B()
  */
-class SketchPlugin_ConstraintParallel: public SketchPlugin_Constraint
+class SketchPlugin_ConstraintParallel : public SketchPlugin_ConstraintBase
 {
-public:
+ public:
   /// Parallel constraint kind
   inline static const std::string& ID()
   {
@@ -29,8 +30,11 @@ public:
     return MY_CONSTRAINT_PARALLEL_ID;
   }
   /// \brief Returns the kind of a feature
-  SKETCHPLUGIN_EXPORT virtual const std::string& getKind() 
-  {static std::string MY_KIND = SketchPlugin_ConstraintParallel::ID(); return MY_KIND;}
+  SKETCHPLUGIN_EXPORT virtual const std::string& getKind()
+  {
+    static std::string MY_KIND = SketchPlugin_ConstraintParallel::ID();
+    return MY_KIND;
+  }
 
   /// \brief Creates a new part document if needed
   SKETCHPLUGIN_EXPORT virtual void execute();
@@ -39,8 +43,7 @@ public:
   SKETCHPLUGIN_EXPORT virtual void initAttributes();
 
   /// Returns the AIS preview
-  SKETCHPLUGIN_EXPORT virtual boost::shared_ptr<GeomAPI_AISObject> getAISObject(
-                                boost::shared_ptr<GeomAPI_AISObject> thePrevious);
+  SKETCHPLUGIN_EXPORT virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious);
 
   /// Moves the feature
   /// \param theDeltaX the delta for X coordinate is moved