Audacity 3.2.0
|
Used to talk back to calling side. More...
#include <AsyncPluginValidator.h>
Public Member Functions | |
virtual | ~Delegate () |
virtual void | OnPluginFound (const PluginDescriptor &plugin)=0 |
Called for each plugin instance found inside module. More... | |
virtual void | OnPluginValidationFailed (const wxString &providerId, const wxString &path)=0 |
virtual void | OnValidationFinished ()=0 |
Called when module processing finished. More... | |
virtual void | OnInternalError (const wxString &msg)=0 |
Called on error, further processing is not possible. More... | |
Used to talk back to calling side.
Definition at line 39 of file AsyncPluginValidator.h.
|
virtualdefault |
|
pure virtual |
Called on error, further processing is not possible.
Implemented in PluginStartupRegistration.
|
pure virtual |
Called for each plugin instance found inside module.
Implemented in PluginStartupRegistration.
|
pure virtual |
Implemented in PluginStartupRegistration.
|
pure virtual |
Called when module processing finished.
Implemented in PluginStartupRegistration.