X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetSelectorStore.h;h=e4400723f1a4adce0eaa578b0384ca3ed22ed79e;hb=cd3e66b2f07a49646c344406b7236819d53f5ae9;hp=ed727db8c02fedcea12a8b50790adda52a278049;hpb=2469ecd08c3b16def494626928ff81e575bdfe3d;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetSelectorStore.h b/src/ModuleBase/ModuleBase_WidgetSelectorStore.h old mode 100755 new mode 100644 index ed727db8c..e4400723f --- a/src/ModuleBase/ModuleBase_WidgetSelectorStore.h +++ b/src/ModuleBase/ModuleBase_WidgetSelectorStore.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: ModuleBase_WidgetSelectorStore.h -// Created: 2 June 2014 -// Author: Vitaly Smetannikov +// Copyright (C) 2014-2020 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 ModuleBase_WidgetSelectorStore_H #define ModuleBase_WidgetSelectorStore_H @@ -17,7 +30,8 @@ class ModuleBase_IWorkshop; /** * \ingroup GUI - Provides for an attribute backup of values. It is possible to store/ restore the attribute values. + Provides for an attribute backup of values. + It is possible to store/ restore the attribute values. */ class ModuleBase_WidgetSelectorStore { @@ -42,7 +56,8 @@ class ModuleBase_WidgetSelectorStore private: /// backup parameters of the model attribute. The class processes three types of attribute: - /// Reference, RefAttr and Selection. Depending on the attribute type, only the attribute parameter + /// Reference, RefAttr and Selection. + /// Depending on the attribute type, only the attribute parameter /// values are reserved in the backup /// An attribute object ObjectPtr myObject;