X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintParallel.h;h=5e9cc9fe9ec88ab343105b7992e6598769e259be;hb=d73b65e0b6e8c38fc7fdcbd302e69b51db4082d8;hp=4f3969073e2d2a0efa67c546aa5d3ecaedf36902;hpb=a0bf1eb5af40ce92ee7e682959bf5738a3fc092b;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintParallel.h b/src/SketchPlugin/SketchPlugin_ConstraintParallel.h index 4f3969073..5e9cc9fe9 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintParallel.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintParallel.h @@ -11,8 +11,6 @@ #include #include "SketchPlugin_ConstraintBase.h" -#define PARALLEL_COLOR "#ffff00" - /** \class SketchPlugin_ConstraintParallel * \ingroup Plugins * \brief Feature for creation of a new constraint parallelism of two lines @@ -45,11 +43,6 @@ class SketchPlugin_ConstraintParallel : public SketchPlugin_ConstraintBase /// Returns the AIS preview SKETCHPLUGIN_EXPORT virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious); - /// Moves the feature - /// \param theDeltaX the delta for X coordinate is moved - /// \param theDeltaY the delta for Y coordinate is moved - SKETCHPLUGIN_EXPORT virtual void move(const double theDeltaX, const double theDeltaY); - /// \brief Use plugin manager for features creation SketchPlugin_ConstraintParallel(); };