X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ColorWidget.h;h=d969ab25d1f959961128d164278f2249bf25e66c;hb=81c9f5cdf82909d0aebd2c491c50fa7516cc80b7;hp=800486a60484b38f1029e220be8dea640ba59d97;hpb=2c0190ec7d043f0a9835d9e67e89859033ec953f;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ColorWidget.h b/src/HYDROGUI/HYDROGUI_ColorWidget.h index 800486a6..d969ab25 100644 --- a/src/HYDROGUI/HYDROGUI_ColorWidget.h +++ b/src/HYDROGUI/HYDROGUI_ColorWidget.h @@ -44,6 +44,8 @@ public: QColor color() const; /** Sets color value */ void setColor( const QColor& ); + /** Resets the default color value */ + void resetColor(); /** \return color value in the integer form */ //int intColor() const; /** Sets color value in the integer form */ @@ -52,7 +54,7 @@ public: //void setRandColor(); signals: - /** is emitted when signal is changed */ + /** is emitted when color is changed */ void colorChanged( const QColor& ); protected: