]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.h
export from storage to storage functionality
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.h
index b16fdd03f5f6c59bd6dc123fa6887dad61d43f9e..61fcc7d0367f4d3234974e6cc545836ae67fc2a8 100644 (file)
@@ -115,6 +115,8 @@ namespace creaImageIO
     
     
   private:
+         wxBoxSizer *mbottom_sizer;
+         wxBoxSizer    *msizer;
     /// Is set to true at the end of constructor 
     /// (in order to lock callbacks from threaded objects or event 
     /// before everything is ok)
@@ -140,7 +142,7 @@ namespace creaImageIO
     void CreateIconList();
     
     boost::shared_ptr<Gimmick> mGimmick;
-       
+               
        Listener* mListener;
 
     /// Callback for adding files
@@ -197,6 +199,12 @@ namespace creaImageIO
 
        ///Edits the fields of a given node
        void CreateEditFieldsDialog(tree::Node* node, std::vector<std::string> names, std::vector<std::string> keys);
+
+       /// 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;