]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxTreeView.h
The number of files on adding files now corresponds.
[creaImageIO.git] / src2 / creaImageIOWxTreeView.h
index 3e6c10675f606c41552103a6970faf7c32914234..201335d4a6652b46fd64f8485bf3f7a7ece85eb2 100644 (file)
@@ -47,6 +47,9 @@ namespace creaImageIO
 
          ///Callback when the user need the items filtered
           void OnPopupFilter(wxCommandEvent& event);
+
+          ///Callback on mouse click
+          void OnMouseClick(wxMouseEvent& event);
  
 
     private:
@@ -98,10 +101,6 @@ namespace creaImageIO
          bool mDirection;
          ///The last selected item on the list
          long mLastSelected;
-         ///The last selection of nodes (for every level, except the last)
-         std::vector<tree::Node*> mSelected;
-         ///The last selection of nodes (for the last level)
-         std::vector<tree::Node*> mLastLevelSelected;
          ///The color map
          typedef std::map<tree::Node*,wxColour> ColorMap;
          typedef std::pair<tree::Node*,wxColour> NodeColorPair;