]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxGimmickView.h
*** empty log message ***
[creaImageIO.git] / src2 / creaImageIOWxGimmickView.h
index d0dfaff14cef09dc63358e25ab53b44a2da1f2e8..40871cc86725f24cefa18b9d10286764827e079d 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)
@@ -184,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);
     
@@ -197,6 +203,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;