Salome HOME
HYDRO bug 17: add HYDRO version in About dialog.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageOp.h
index fa4472e2a5bf061133e0a2bbcda1df2f828c30ec..67be1e103784649f083021239f43a67a0dabda66 100644 (file)
@@ -55,7 +55,13 @@ protected:
 protected slots:
   void                       onCreatePreview( QImage );
   void                       onActivatePointSelection( int );
+  void                       onPointCoordChanged( bool, int, bool, int );
+  void                       onRefImageActivated( const QString& );
+
+  void                       onLastViewClosed( SUIT_ViewManager* );
+
   void                       onPointSelected();
+  void                       onPointSelected( bool theIsRefImage );
 
 private:
   void                       closePreview();
@@ -68,6 +74,10 @@ private:
 
   GraphicsView_ViewManager*  myPreviewViewManager;
   HYDROGUI_PrsImage*         myPreviewPrs;
+  HYDROGUI_PrsImage*         myRefPreviewPrs;
+
+  QImage                     myImage;
+  QTransform                 myRefTransform;
 
   int                        myPointType;
 };