X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_MultiTranslation.h;h=cdf08a5a5b5eaee2631521c3469647299d73c468;hb=b5893b0a30fac08134c24de4565cb513a43affa6;hp=ed9a8f878ff8e62880fcd8c74f7d53097e8490a6;hpb=ee089fbd0d64d718380bdc443f0e3b7dfec39b26;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_MultiTranslation.h b/src/SketchPlugin/SketchPlugin_MultiTranslation.h index ed9a8f878..cdf08a5a5 100644 --- a/src/SketchPlugin/SketchPlugin_MultiTranslation.h +++ b/src/SketchPlugin/SketchPlugin_MultiTranslation.h @@ -59,18 +59,13 @@ class SketchPlugin_MultiTranslation : public SketchPlugin_ConstraintBase static const std::string MY_START_POINT_ID("MultiTranslationStartPoint"); return MY_START_POINT_ID; } + /// End point of translation inline static const std::string& END_POINT_ID() { 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() @@ -92,14 +87,15 @@ class SketchPlugin_MultiTranslation : public SketchPlugin_ConstraintBase /// Returns the AIS preview SKETCHPLUGIN_EXPORT virtual AISObjectPtr getAISObject(AISObjectPtr thePrevious); + /// removes all fields from this feature: results, data, etc + SKETCHPLUGIN_EXPORT virtual void erase(); + /// \brief Use plugin manager for features creation SketchPlugin_MultiTranslation(); private: ObjectPtr copyFeature(ObjectPtr theObject); -private: - bool myBlockValue; /// a boolean state to avoid recusive value change in attributeChanged }; #endif