![]() |
Audacity 3.2.0
|
#include <LV2Validator.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 116 of file LV2Validator.h.
| union { ... } LV2Validator::PlainUIControl::@28 |
Discriminate this union according to corresponding port's properties.
| wxButton* LV2Validator::PlainUIControl::button |
Definition at line 120 of file LV2Validator.h.
| wxCheckBox* LV2Validator::PlainUIControl::checkbox |
Definition at line 121 of file LV2Validator.h.
| wxChoice* LV2Validator::PlainUIControl::choice |
Definition at line 122 of file LV2Validator.h.
| LV2EffectMeter* LV2Validator::PlainUIControl::meter |
Definition at line 123 of file LV2Validator.h.
| wxTextCtrl* LV2Validator::PlainUIControl::mText {} |
Definition at line 117 of file LV2Validator.h.
| wxSlider* LV2Validator::PlainUIControl::slider |
Definition at line 124 of file LV2Validator.h.
Referenced by LV2Validator::SetSlider().