Salome HOME
HYDRO bug 17: add HYDRO version in About dialog.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageOp.h
index 9dd9c050dd0e573abb6f1ac62a3cf01dcddd3464..67be1e103784649f083021239f43a67a0dabda66 100644 (file)
@@ -58,6 +58,8 @@ protected slots:
   void                       onPointCoordChanged( bool, int, bool, int );
   void                       onRefImageActivated( const QString& );
 
+  void                       onLastViewClosed( SUIT_ViewManager* );
+
   void                       onPointSelected();
   void                       onPointSelected( bool theIsRefImage );
 
@@ -74,6 +76,9 @@ private:
   HYDROGUI_PrsImage*         myPreviewPrs;
   HYDROGUI_PrsImage*         myRefPreviewPrs;
 
+  QImage                     myImage;
+  QTransform                 myRefTransform;
+
   int                        myPointType;
 };