Audacity 3.2.0
Classes | Typedefs
LV2Validator.h File Reference
#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"
Include dependency graph for LV2Validator.h:
This graph shows which files directly or indirectly include this file:

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 >
 

Typedef Documentation

◆ SuilInstancePtr

using SuilInstancePtr = Lilv_ptr<SuilInstance, suil_instance_free>

Definition at line 33 of file LV2Validator.h.