X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_MultiTranslation.h;h=7a3a78bc8b13ce7f94fe6e865c4c6c1822fd1150;hb=c7a5ff20294ae8270bfb9120b8887f0c9959d658;hp=b9d44214d7f980837841a29d2d67c69928de0600;hpb=1f5808114dee59a1d834275aded9f20fcb63f26d;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_MultiTranslation.h b/src/SketchPlugin/SketchPlugin_MultiTranslation.h index b9d44214d..7a3a78bc8 100644 --- a/src/SketchPlugin/SketchPlugin_MultiTranslation.h +++ b/src/SketchPlugin/SketchPlugin_MultiTranslation.h @@ -59,12 +59,6 @@ class SketchPlugin_MultiTranslation : public SketchPlugin_ConstraintBase static const std::string MY_START_POINT_ID("MultiTranslationStartPoint"); return MY_START_POINT_ID; } - /// Start point of translation - inline static const std::string& START_FULL_POINT_ID() - { - static const std::string MY_START_FULL_POINT_ID("MultiTranslationFullStartPoint"); - return MY_START_FULL_POINT_ID; - } /// End point of translation inline static const std::string& END_POINT_ID() @@ -72,12 +66,6 @@ class SketchPlugin_MultiTranslation : public SketchPlugin_ConstraintBase static const std::string MY_END_POINT_ID("MultiTranslationEndPoint"); return MY_END_POINT_ID; } - /// End point of translation - inline static const std::string& END_FULL_POINT_ID() - { - static const std::string MY_END_FULL_POINT_ID("MultiTranslationFullEndPoint"); - return MY_END_FULL_POINT_ID; - } /// Total number of objects, initial and translated objects inline static const std::string& NUMBER_OF_OBJECTS_ID() @@ -105,8 +93,6 @@ class SketchPlugin_MultiTranslation : public SketchPlugin_ConstraintBase private: ObjectPtr copyFeature(ObjectPtr theObject); -private: - bool myBlockValue; /// a boolean state to avoid recusive value change in attributeChanged }; #endif