|
| PLUGIN_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 49 of file api_plugin_manager.cpp.
◆ PLUGIN_TRAVERSER()
PLUGIN_TRAVERSER::PLUGIN_TRAVERSER |
( |
std::function< void(const wxFileName &)> |
aAction | ) |
|
|
inlineexplicit |
◆ OnDir()
wxDirTraverseResult PLUGIN_TRAVERSER::OnDir |
( |
const wxString & |
dirPath | ) |
|
|
inlineoverride |
◆ OnFile()
wxDirTraverseResult PLUGIN_TRAVERSER::OnFile |
( |
const wxString & |
aFilePath | ) |
|
|
inlineoverride |
◆ m_action
std::function<void( const wxFileName& )> PLUGIN_TRAVERSER::m_action |
|
private |
The documentation for this class was generated from the following file: