|
| FILE_TRAVERSER (std::vector< wxFileName > &files, const wxString exclude) |
|
virtual wxDirTraverseResult | OnFile (const wxString &filename) override |
|
virtual wxDirTraverseResult | OnDir (const wxString &dirname) override |
|
Definition at line 74 of file project_template.cpp.
◆ FILE_TRAVERSER()
FILE_TRAVERSER::FILE_TRAVERSER |
( |
std::vector< wxFileName > & |
files, |
|
|
const wxString |
exclude |
|
) |
| |
|
inline |
◆ OnDir()
virtual wxDirTraverseResult FILE_TRAVERSER::OnDir |
( |
const wxString & |
dirname | ) |
|
|
inlineoverridevirtual |
◆ OnFile()
virtual wxDirTraverseResult FILE_TRAVERSER::OnFile |
( |
const wxString & |
filename | ) |
|
|
inlineoverridevirtual |
◆ m_exclude
wxString FILE_TRAVERSER::m_exclude |
|
private |
◆ m_files
std::vector<wxFileName>& FILE_TRAVERSER::m_files |
|
private |
◆ m_oldPath
wxString FILE_TRAVERSER::m_oldPath |
|
private |
The documentation for this class was generated from the following file: