Audacity
3.2.0
src
effects
VST
VSTControlGTK.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
VSTControlGTK.h
6
7
Leland Lucius
8
9
**********************************************************************/
10
11
#ifndef AUDACITY_VSTCONTROLGTK_H
12
#define AUDACITY_VSTCONTROLGTK_H
13
14
#include <memory>
15
#include "
VSTControl.h
"
16
17
class
VSTControl
final :
public
VSTControlBase
18
{
19
public
:
20
VSTControl
();
21
virtual
~VSTControl
();
22
23
bool
Create
(wxWindow *parent,
VSTLink
*link)
override
;
24
25
private
:
26
struct
Impl
;
27
std::unique_ptr<Impl>
mImpl
;
28
};
29
30
#endif
VSTControl.h
VSTControlBase
Definition:
VSTControl.h:19
VSTControl
Definition:
VSTControlGTK.h:18
VSTControl::~VSTControl
virtual ~VSTControl()
Definition:
VSTControlGTK.cpp:36
VSTControl::VSTControl
VSTControl()
Definition:
VSTControlGTK.cpp:31
VSTControl::Create
bool Create(wxWindow *parent, VSTLink *link) override
Definition:
VSTControlGTK.cpp:42
VSTControl::mImpl
std::unique_ptr< Impl > mImpl
Definition:
VSTControlGTK.h:26
VSTLink
Definition:
VSTWrapper.h:64
VSTControl::Impl
Definition:
VSTControlGTK.cpp:20
Generated by
1.9.3