|
| JSON_DIR_TRAVERSER (std::function< void(const wxFileName &)> aAction) |
|
wxDirTraverseResult | OnFile (const wxString &aFilePath) override |
|
wxDirTraverseResult | OnDir (const wxString &dirPath) override |
|
|
std::function< void(const wxFileName &)> | m_action |
|
Definition at line 225 of file settings_manager.cpp.
◆ JSON_DIR_TRAVERSER()
JSON_DIR_TRAVERSER::JSON_DIR_TRAVERSER |
( |
std::function< void(const wxFileName &)> |
aAction | ) |
|
|
inlineexplicit |
◆ OnDir()
wxDirTraverseResult JSON_DIR_TRAVERSER::OnDir |
( |
const wxString & |
dirPath | ) |
|
|
inlineoverride |
◆ OnFile()
wxDirTraverseResult JSON_DIR_TRAVERSER::OnFile |
( |
const wxString & |
aFilePath | ) |
|
|
inlineoverride |
Definition at line 236 of file settings_manager.cpp.
238 wxFileName file( aFilePath );
240 if( file.GetExt() ==
"json" )
243 return wxDIR_CONTINUE;
std::function< void(const wxFileName &)> m_action
References m_action.
◆ m_action
std::function<void( const wxFileName& )> JSON_DIR_TRAVERSER::m_action |
|
private |
The documentation for this class was generated from the following file: