]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxTreeView.h
Added command line interaction with the synchronization option.
[creaImageIO.git] / src2 / creaImageIOWxTreeView.h
index fff55314492581c7a04567fc54c210f7c69f0e0d..c8697b6a70ec9c12cfcd419f544ca996133d6f93 100644 (file)
@@ -35,7 +35,10 @@ namespace creaImageIO
 
       ///Removes selected nodes on given level
       virtual void RemoveSelected();
-      
+
+         ///Returns the last selected level
+         virtual unsigned int GetLastSelectedLevel(){return mLastLevel;}
+
       /// Callback for item selection
       void OnItemSelected(wxListEvent& event);
 
@@ -112,6 +115,7 @@ namespace creaImageIO
       ///UnSelects all the elements of a level 
       void UnSelectAll(int level);
 
+         void OnKeyDown(wxListEvent &event);
       /// Sorts the level
       void SortLevel(int level);