Salome HOME
Dump Image data to python script (Feature #13).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_TwoImagesDlg.h
index a1f5d5268881ab03697c279086232e12a2684e68..c3c14d82b0aa6ff44f08fecdcf0569905314cc59 100644 (file)
@@ -49,6 +49,9 @@ public:
   bool                       getSelectedImages( QString& theName1,
                                                 QString& theName2 ) const;
 
+  void                       setColor( const QColor& theColor );
+  QColor                     getColor() const;
+
 private:
   QLineEdit*                 myImageName;
   HYDROGUI_ObjSelector*      myImage1;