Audacity 3.2.0
Classes
AsyncPluginValidator.h File Reference
#include <chrono>
#include <memory>
#include <wx/string.h>
Include dependency graph for AsyncPluginValidator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AsyncPluginValidator
 Starts and communicates with a dedicated process to perform plugin validation. Once instantiated, client should call AsyncPluginValidation::Validate for plugin that needs to be validated. When done, AsyncPluginValidation will notify caller via Delegate on the UI thread (requires event loop). After Delegate::OnValidationFinished is called procedure can be repeated with another plugin id. More...
 
class  AsyncPluginValidator::Delegate
 Used to talk back to calling side. More...