X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FXGUI%2FXGUI_ColorDialog.h;h=c1c01d997339b5f84b712cfc9fc498fa3d877bd5;hb=c7d72b1e9c2bf38f8cb27f9251c7a332401dc2fe;hp=1b41916a4763a4268ac00fc1865f3479f219ea47;hpb=c3ae28ba30027cc4a6a757ef623f40adaae96ead;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ColorDialog.h b/src/XGUI/XGUI_ColorDialog.h index 1b41916a4..c1c01d997 100644 --- a/src/XGUI/XGUI_ColorDialog.h +++ b/src/XGUI/XGUI_ColorDialog.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: XGUI_ColorDialog.hxx -// Created: 27 Apr 2015 -// Author: Natalia ERMOLAEVA +// 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 XGUI_ColorDialog_H #define XGUI_ColorDialog_H @@ -17,8 +30,8 @@ class QtxColorButton; /** * \ingroup GUI * A class of dialog to chose a color. The color can be set in two ways: use a random value or -* a certain color. There is a radio button to provide this choice. The color button is visualized to -* select a certain color. +* a certain color. There is a radio button to provide this choice. The color button is +* visualized to select a certain color. */ class XGUI_ColorDialog : public QDialog { @@ -38,12 +51,15 @@ public: /// \param theValue an RGB components value void setColor(const std::vector& theValue); - /// Returns a container with the current color value. These are tree int values for RGB definition. - /// These value is depend on the random choice and eighter a next random color or a certain color. + /// Returns a container with the current color value. + /// These are tree int values for RGB definition. + /// These value is depend on the random choice and eighter + /// a next random color or a certain color. /// \return a vector of values std::vector getColor() const; - /// Returns a container with the current color value. These are tree int values for RGB definition. + /// Returns a container with the current color value. + /// These are tree int values for RGB definition. /// It returns the next random color. /// \return a vector of values std::vector getRandomColor() const;