Salome HOME
Minor change for vertices ids.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageDlg.h
index 12c550f935f8feccecfa71f74379aad8c63f2b7e..f1f2a6478f77ffd038e4435d9061f841d457427e 100644 (file)
@@ -86,6 +86,7 @@ public:
   QString                    getRefImageName() const;
 
   QString                    getFileName() const;
+  QString                    getGeoreferencementFileName() const;
 
   void                       setImageSize( const QSize& theSize,
                                            const bool theIsRefImage = false );
@@ -114,6 +115,7 @@ public:
 
 protected slots:
   void                       onBrowse();
+  void                       onGeoBrowse();
   void                       onModeActivated( int );
   void                       onRefImageActivated( const QString& );
   void                       onPointBtnToggled( bool );
@@ -153,6 +155,8 @@ private:
   QButtonGroup*                myModeGroup;        //!< The group for the input mode selector
   QComboBox*                   myRefImage;         //!< Reference image selector
 
+  QLineEdit*                   myGeoFileName;      //!< Image georeferencement file name input field
+
   QList<QLabel*>               myGeodesicLabels;   //!< Labels for geodesic coords input fields
 
   QMap<int, QPushButton*>      myPointBtnMap;      //!< A,B,C points selection modes activators