]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxTreeView.h
Order by columns is done. For the moment it only compares as if everything were a...
[creaImageIO.git] / src2 / creaImageIOWxTreeView.h
index ba0dae2d40983ff721537e46ff986bfab8c1577a..6b93641d8456bc87980c67aade95695624616abb 100644 (file)
@@ -66,9 +66,16 @@ namespace creaImageIO
       void ValidateSelectedImages();   
          ///Gets selected filenames
          void GetSelectedAsString(std::vector<std::string>&s);
-      // Updates the view of a level given the selected items of upper level
-      // Recursive method
+      /// Updates the view of a level given the selected items of upper level
+      /// Recursive method
       virtual void RecursiveUpdateLevel( int );
+
+
+      /// Currently Selected Column
+         int mColumnSelected;
+         ///Boolean that defines the direction of the organization
+         ///True is ascending order and false is descending
+         bool mDirection;