|
| VECTOR_INSERT_TRAVERSER (std::vector< wxString > &aVec, std::function< bool(const wxString &)> aCond) |
|
wxDirTraverseResult | OnFile (const wxString &aFile) override |
|
wxDirTraverseResult | OnDir (const wxString &aDirName) override |
|
Definition at line 1257 of file settings_manager.cpp.
◆ VECTOR_INSERT_TRAVERSER()
VECTOR_INSERT_TRAVERSER::VECTOR_INSERT_TRAVERSER |
( |
std::vector< wxString > & |
aVec, |
|
|
std::function< bool(const wxString &)> |
aCond |
|
) |
| |
|
inline |
◆ OnDir()
wxDirTraverseResult VECTOR_INSERT_TRAVERSER::OnDir |
( |
const wxString & |
aDirName | ) |
|
|
inlineoverride |
◆ OnFile()
wxDirTraverseResult VECTOR_INSERT_TRAVERSER::OnFile |
( |
const wxString & |
aFile | ) |
|
|
inlineoverride |
◆ m_condition
std::function<bool( const wxString& )> VECTOR_INSERT_TRAVERSER::m_condition |
|
private |
◆ m_files
std::vector<wxString>& VECTOR_INSERT_TRAVERSER::m_files |
|
private |
The documentation for this class was generated from the following file: