X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_TwoImagesDlg.h;h=76dbe97c99f4950445095ab25571370ea8f77bed;hb=f34b90e9e4e02ba65419134d5d37a2e42aecfabf;hp=5f9522664c3e884009ee329203c5681691e4d76b;hpb=a735d3579cae0b95c56436cae00b09473a2b85db;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_TwoImagesDlg.h b/src/HYDROGUI/HYDROGUI_TwoImagesDlg.h index 5f952266..76dbe97c 100644 --- a/src/HYDROGUI/HYDROGUI_TwoImagesDlg.h +++ b/src/HYDROGUI/HYDROGUI_TwoImagesDlg.h @@ -63,6 +63,13 @@ public: void setColor( const QColor& theColor ); QColor getColor() const; +signals: + /** Signal is emitted if the name has already been selected + * in other selector of the same parent widget. + * @param theName the selected object name + */ + void alreadySelected( const QString& theName ); + protected slots: void onModifySelectedImage( bool theState );