]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxTreeView.h
Remove timestamp_database and timestamp files (now management only with maintenance_d...
[creaImageIO.git] / src2 / creaImageIOWxTreeView.h
index a0f6b658d062b032214c81f313bde350f1a98127..126c9410a6aabe86abfa02274f783ad9c7609874 100644 (file)
@@ -91,8 +91,6 @@ namespace creaImageIO
        wxListCtrl* wxCtrl;
        wxSplitterWindow* wxSplitter;
        std::vector<std::string> key;
-       //The vector of not shown attributes
-       std::vector<std::string> notShownAtts;
        // The vector of currently selected nodes of the level
        std::vector<tree::Node*> Selected;
        // True iff the vector Selected is up to date
@@ -102,7 +100,8 @@ namespace creaImageIO
        ///Boolean that defines the direction of the sort
        ///True is ascending order and false is descending
        bool SortAscending;
-       // 
+       //The vector of not shown attributes
+       std::vector<std::string> notShownAtts; 
       };
       /// The vector of levels : one for each level of the tree      
       std::vector<LevelType> mLevelList;
@@ -131,10 +130,6 @@ namespace creaImageIO
       /// Updates the view of a level given the selected items of upper level
       /// Recursive method
       virtual void RecursiveUpdateLevel( int );
-      ///Sets the color of a selected item
-      void SetColor(int level, int item);
-      ///Creates the color palette for the first level
-      void CreateColorPalette();
       ///Selects all the elements of a level 
       void SelectAll(int level);
       ///UnSelects all the elements of a level