X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FXGUI%2FXGUI_ColorDialog.h;h=661b2780802d652797f0f29c1e0984b6e11206db;hb=2ab48627ddcce7642cd320525e87776421b95387;hp=e5bc381d5ba331ec1252e57c099a4fdaea0d4db7;hpb=8c1849700abeb51607840f149c9a4cb6ab02555d;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ColorDialog.h b/src/XGUI/XGUI_ColorDialog.h index e5bc381d5..661b27808 100644 --- a/src/XGUI/XGUI_ColorDialog.h +++ b/src/XGUI/XGUI_ColorDialog.h @@ -17,8 +17,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,11 +38,19 @@ 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. + /// It returns the next random color. + /// \return a vector of values + std::vector getRandomColor() const; + private: QButtonGroup* myButtonGroup; /// a group, contained random and certain color radio button choice QtxColorButton* myColorButton; /// a control to select a color