Salome HOME
Dump Image data to python script (Feature #13).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageOp.h
index fa4472e2a5bf061133e0a2bbcda1df2f828c30ec..9dd9c050dd0e573abb6f1ac62a3cf01dcddd3464 100644 (file)
@@ -55,7 +55,11 @@ protected:
 protected slots:
   void                       onCreatePreview( QImage );
   void                       onActivatePointSelection( int );
+  void                       onPointCoordChanged( bool, int, bool, int );
+  void                       onRefImageActivated( const QString& );
+
   void                       onPointSelected();
+  void                       onPointSelected( bool theIsRefImage );
 
 private:
   void                       closePreview();
@@ -68,6 +72,7 @@ private:
 
   GraphicsView_ViewManager*  myPreviewViewManager;
   HYDROGUI_PrsImage*         myPreviewPrs;
+  HYDROGUI_PrsImage*         myRefPreviewPrs;
 
   int                        myPointType;
 };