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
///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;