Salome HOME
Operation of ordering with empty implementation added to project.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ImportImageOp.h
index 5a7e858f89db5605cd1665d1e680e6e6bf076278..0acdd0bc9b7aa8ab8ffb01817f67747708ca3302 100644 (file)
@@ -103,6 +103,12 @@ private:
                                                         const QPoint theLocalPointB, 
                                                         const QPoint theLocalPointC );
 
+  /*
+   * Initialize the combobox in the dialog with the list of available reference images
+   */
+  void                       getReferenceDataList(
+                                 HYDROGUI_ImportImageDlg::PrsPointDataList& theList ) const;
+
 private:
   bool                       myIsEdit;
   Handle(HYDROData_Image)    myEditedObject;