X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxTreeView.h;h=7401e90bd8a8c94aacb280c1301009850dcce59c;hb=6cac83c30fb8c3cd89c41685078eccff6e952a50;hp=6b93641d8456bc87980c67aade95695624616abb;hpb=384558d116ebb2ca264900f837c4a921d695515a;p=creaImageIO.git diff --git a/src2/creaImageIOWxTreeView.h b/src2/creaImageIOWxTreeView.h index 6b93641..7401e90 100644 --- a/src2/creaImageIOWxTreeView.h +++ b/src2/creaImageIOWxTreeView.h @@ -66,6 +66,8 @@ namespace creaImageIO void ValidateSelectedImages(); ///Gets selected filenames void GetSelectedAsString(std::vector&s); + /// Gets the next nodes on the list, be it up(true) or down(false). + void GetNodes(std::vector& nodes, bool direction); /// Updates the view of a level given the selected items of upper level /// Recursive method virtual void RecursiveUpdateLevel( int ); @@ -76,6 +78,8 @@ namespace creaImageIO ///Boolean that defines the direction of the organization ///True is ascending order and false is descending bool mDirection; + ///The last selected item on the list + long mLastSelected;