]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.h
cine loop for linux correction
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.h
index fa7d4d76b3899bf3a9030d9a5073b9ff4e763ddd..63723f238f77c8d5b0e9ec0336d1ea0516d7fb67 100644 (file)
@@ -189,6 +189,7 @@ namespace creaImageIO
     /// Called upon to refresh the viewer once there are no actions to be done
     void OnInternalIdle();
 
+       void UpdateWindowUI(long flags = wxUPDATE_UI_NONE);
        /// callback to add a database
        void OnAddDB(wxCommandEvent& event);
     
@@ -203,6 +204,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;