Salome HOME
Merge remote-tracking branch 'origin/BR_1321_ECW' into BR_DEMO
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageOp.h
index f59c3725658dd30b36d0898d82eb64a5f008a7a7..32b1853caed74f89f92acc423697e79a3d95c29a 100644 (file)
@@ -49,10 +49,13 @@ protected:
                                            QStringList& theBrowseObjectsEntries );
   bool                       isReferenceCorrect() const;
 
-protected slots:
-  virtual void               onApply();
+  /**
+   * Apply changes done by this operation.
+   */
+  virtual void               apply();
 
-  void                       onCreatePreview( QImage );
+protected slots:
+  void                       onCreatePreview( QImage, HYDROData_Image::ECW_FileInfo* );
   void                       onActivatePointSelection( int );
   void                       onPointCoordChanged( bool, int, bool, int );
   void                       onModeActivated( int );