]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxTreeView.h
For a given file, display all dicom tags.
[creaImageIO.git] / src2 / creaImageIOWxTreeView.h
index 001bf26214a53c261fc6b442bfdaac288c9ce9e5..49dd62b9c3fc87344db462404c77767e9793fce0 100644 (file)
@@ -74,6 +74,9 @@ namespace creaImageIO
 
          ///Callback when the user needs to edit a field
       void OnEditField(wxCommandEvent& event);
+
+         ///Callback when the user needs to display alll dicom tags for a file
+         void OnDumpTags(wxCommandEvent &event);
       
       ///Callback on mouse click
       void OnMouseClick(wxMouseEvent& event);
@@ -97,6 +100,7 @@ namespace creaImageIO
       /// Called by OnItemSelected and OnItemDeSelected
       //      void ProcessItem
     private:
+               wxBoxSizer      *msizer;
       /// The struct holding the data for one level
       /// Holds the wx control and other data
       /// such as the vector of attribute keys corresponding to the columns
@@ -183,6 +187,7 @@ namespace creaImageIO
          int mAnonymizingID;
          int mLocalCopyID;
          int mEditFieldID;
+         int mDumpID;
          
       // If set to true then OnSelectedChanged returns immediately.
       // Used to do avoid useless process during multiple selections