X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_ConstraintParallel.h;h=0da78ca640301a9f3e265db8fd62f35ca80ada97;hb=e2d08c172f34ca33d9fae1999738b6067e757ae6;hp=52e68fcd01cabea396019da5e03519f59aacd424;hpb=5d9f5c6e19b94b5b2c4bf8d314b7f7f1c6f49897;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_ConstraintParallel.h b/src/SketchPlugin/SketchPlugin_ConstraintParallel.h index 52e68fcd0..0da78ca64 100644 --- a/src/SketchPlugin/SketchPlugin_ConstraintParallel.h +++ b/src/SketchPlugin/SketchPlugin_ConstraintParallel.h @@ -2,8 +2,8 @@ // Created: 26 May 2014 // Author: Artem ZHIDKOV -#ifndef SketchPlugin_ConstraintParallel_HeaderFile -#define SketchPlugin_ConstraintParallel_HeaderFile +#ifndef SketchPlugin_ConstraintParallel_H_ +#define SketchPlugin_ConstraintParallel_H_ #include "SketchPlugin.h" #include @@ -29,19 +29,12 @@ public: SKETCHPLUGIN_EXPORT virtual const std::string& getKind() {static std::string MY_KIND = SketchPlugin_ConstraintParallel::ID(); return MY_KIND;} - /// \brief Returns to which group in the document must be added feature - SKETCHPLUGIN_EXPORT virtual const std::string& getGroup() - {static std::string MY_GROUP = SketchPlugin_Sketch::ID(); return MY_GROUP;} - /// \brief Creates a new part document if needed SKETCHPLUGIN_EXPORT virtual void execute(); /// \brief Request for initialization of data model of the feature: adding all attributes SKETCHPLUGIN_EXPORT virtual void initAttributes(); - /// \brief Returns the sketch preview - SKETCHPLUGIN_EXPORT virtual const boost::shared_ptr& preview(); - /// Returns the AIS preview SKETCHPLUGIN_EXPORT virtual boost::shared_ptr getAISObject( boost::shared_ptr thePrevious);