X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickView.h;h=40871cc86725f24cefa18b9d10286764827e079d;hb=a00e6172593c713640aaa9bf1e61db6200231a0f;hp=fa7d4d76b3899bf3a9030d9a5073b9ff4e763ddd;hpb=cb539b100d38f3092d06430575f846c916235db4;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickView.h b/src2/creaImageIOWxGimmickView.h index fa7d4d7..40871cc 100644 --- a/src2/creaImageIOWxGimmickView.h +++ b/src2/creaImageIOWxGimmickView.h @@ -186,9 +186,13 @@ namespace creaImageIO /// AddProgress Gimmick callback void OnAddProgress( Gimmick::AddProgress& ); + +#if defined(WIN32) /// Called upon to refresh the viewer once there are no actions to be done void OnInternalIdle(); - +#else + void UpdateWindowUI(long flags = wxUPDATE_UI_NONE); +#endif /// callback to add a database void OnAddDB(wxCommandEvent& event); @@ -203,6 +207,9 @@ namespace creaImageIO /// Display all Dicom Tags void DumpTags(const std::string i_filename); + /// Export from Storage to Storage + void ExportToStorage(const std::vector i_filenames); + /// Progress dialog wxProgressDialog* mProgressDialog;