X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ImportImageOp.h;h=0acdd0bc9b7aa8ab8ffb01817f67747708ca3302;hb=a4583c5dce2b21c67fb215131ff02243ca4811f1;hp=5a7e858f89db5605cd1665d1e680e6e6bf076278;hpb=55e2bdba4efe12717a2d49be73046acc1b50c29d;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ImportImageOp.h b/src/HYDROGUI/HYDROGUI_ImportImageOp.h index 5a7e858f..0acdd0bc 100644 --- a/src/HYDROGUI/HYDROGUI_ImportImageOp.h +++ b/src/HYDROGUI/HYDROGUI_ImportImageOp.h @@ -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;