![]() |
Audacity 3.2.0
|
#include <LV2Editor.h>
Public Attributes | |
| wxTextCtrl * | mText {} |
| union { | |
| wxButton * button | |
| wxCheckBox * checkbox | |
| wxChoice * choice | |
| LV2EffectMeter * meter | |
| wxSlider * slider | |
| }; | |
| Discriminate this union according to corresponding port's properties. More... | |
Definition at line 119 of file LV2Editor.h.
| union { ... } LV2Editor::PlainUIControl::@22 |
Discriminate this union according to corresponding port's properties.
| wxButton* LV2Editor::PlainUIControl::button |
Definition at line 123 of file LV2Editor.h.
| wxCheckBox* LV2Editor::PlainUIControl::checkbox |
Definition at line 124 of file LV2Editor.h.
| wxChoice* LV2Editor::PlainUIControl::choice |
Definition at line 125 of file LV2Editor.h.
| LV2EffectMeter* LV2Editor::PlainUIControl::meter |
Definition at line 126 of file LV2Editor.h.
| wxTextCtrl* LV2Editor::PlainUIControl::mText {} |
Definition at line 120 of file LV2Editor.h.
| wxSlider* LV2Editor::PlainUIControl::slider |
Definition at line 127 of file LV2Editor.h.
Referenced by LV2Editor::SetSlider().