|
| | 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 316 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 |
◆ m_action
| std::function<void( const wxFileName& )> JSON_DIR_TRAVERSER::m_action |
|
private |
The documentation for this class was generated from the following file: