Audacity 3.2.0
|
#include <chrono>
#include <memory>
#include <wx/string.h>
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... | |