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