![]() |
Audacity 3.2.0
|
#include "EffectPlugin.h"
#include <optional>
#include <vector>
#include <wx/timer.h>
#include <wx/window.h>
#include <wx/windowptr.h>
#include "LV2UIFeaturesList.h"
#include "LV2Ports.h"
#include "NativeWindow.h"
Go to the source code of this file.
Classes | |
class | LV2Validator |
struct | LV2Validator::PlainUIControl |
struct | LV2Validator::UI |
struct | LV2Validator::Timer |
This must be destroyed before mSuilInstance. More... | |
Typedefs | |
using | SuilInstancePtr = Lilv_ptr< SuilInstance, suil_instance_free > |
using SuilInstancePtr = Lilv_ptr<SuilInstance, suil_instance_free> |
Definition at line 33 of file LV2Validator.h.