]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxTreeView.h
Fixed a problem with the Listener
[creaImageIO.git] / src2 / creaImageIOWxTreeView.h
index 9d8c34afdbc9de07c6b4f4e29c01d77420835bd3..465d704bb3fe42aaa2189eecd50f5cb089fb448a 100644 (file)
@@ -54,8 +54,11 @@ namespace creaImageIO
       ///Callback when the user need the items filtered
       void OnPopupFilter(wxCommandEvent& event);
 
-         ///Callback when the user need the items filtered
+         ///Callback when the user needs the item copied to the local disk
       void OnLocalCopy(wxCommandEvent& event);
+
+         ///Callback when the user needs to edit a field
+      void OnEditField(wxCommandEvent& event);
       
       ///Callback on mouse click
       void OnMouseClick(wxMouseEvent& event);
@@ -149,6 +152,7 @@ namespace creaImageIO
          wxMenu* menuItem;
          int mAnonymizingID;
          int mLocalCopyID;
+         int mEditFieldID;
       // If set to true then OnSelectedChanged returns immediately.
       // Used to do avoid useless process during multiple selections 
       // or sorting