X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSetPlugin%2FPartSetPlugin_Duplicate.h;h=e2207678188f749a4a70ea51fda74f873e8378de;hb=63ba1dd6387b76f8d2710955f8aebf9cf613058c;hp=8553448bfa148a6a83efbd9d9668fed1a68317e2;hpb=b4bccdade3d22c8375bcd5e374a9e99ab6fce250;p=modules%2Fshaper.git diff --git a/src/PartSetPlugin/PartSetPlugin_Duplicate.h b/src/PartSetPlugin/PartSetPlugin_Duplicate.h index 8553448bf..e22076781 100644 --- a/src/PartSetPlugin/PartSetPlugin_Duplicate.h +++ b/src/PartSetPlugin/PartSetPlugin_Duplicate.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: PartSetPlugin_Duplicate.h -// Created: 20 May 2014 -// Author: Mikhail PONIKAROV +// Copyright (C) 2014-2019 CEA/DEN, EDF R&D +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef PartSetPlugin_Duplicate_H_ #define PartSetPlugin_Duplicate_H_ @@ -17,19 +30,21 @@ class PartSetPlugin_Duplicate : public ModelAPI_Feature { public: - + /// Duplicate kind inline static const std::string& ID() { static const std::string MY_REMOVE_KIND("Duplicate"); return MY_REMOVE_KIND; } +//LCOV_EXCL_START /// Returns the kind of a feature PARTSETPLUGIN_EXPORT virtual const std::string& getKind() { static std::string MY_KIND = PartSetPlugin_Duplicate::ID(); return MY_KIND; } +//LCOV_EXCL_STOP /// Returns to which group in the document must be added feature PARTSETPLUGIN_EXPORT virtual const std::string& getGroup() @@ -39,9 +54,7 @@ class PartSetPlugin_Duplicate : public ModelAPI_Feature } /// Request for initialization of data model of the feature: adding all attributes - PARTSETPLUGIN_EXPORT virtual void initAttributes() - { - } + PARTSETPLUGIN_EXPORT virtual void initAttributes() {} /// Not normal feature that stored in the tree PARTSETPLUGIN_EXPORT virtual bool isAction()