]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.h
index fa7d4d76b3899bf3a9030d9a5073b9ff4e763ddd..40871cc86725f24cefa18b9d10286764827e079d 100644 (file)
@@ -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<std::string> i_filenames);
     /// Progress dialog
     wxProgressDialog* mProgressDialog;