25#include "../common/datastructures.h"
41 virtual wxDirTraverseResult
OnFile(
const wxString& filename);
42 virtual wxDirTraverseResult
OnDir(
const wxString& dirname);
IconManager * iconManager
DirTraverser(wxTreeCtrl *therootNode, IconManager *theiconmanager, wxTreeItemId theid, const wxString &thepath, FileFilterType thefilespec)
Constuctor.
virtual wxDirTraverseResult OnDir(const wxString &dirname)
This method appends the folders found during traversing the directory to the file tree.
unsigned int ncurrentdepth
std::vector< wxTreeItemId > vcurrentnodes
virtual wxDirTraverseResult OnFile(const wxString &filename)
This method classifies the files found during traversing the directory and appends them to the tree,...