Audacity 3.2.0
|
#include "../EffectEditor.h"
#include <optional>
#include <vector>
#include <wx/dialog.h>
#include <wx/timer.h>
#include <wx/weakref.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 | LV2Editor |
struct | LV2Editor::PlainUIControl |
struct | LV2Editor::UI |
struct | LV2Editor::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 35 of file LV2Editor.h.