Audacity 3.2.0
Public Attributes | List of all members
LV2Editor::PlainUIControl Struct Reference

#include <LV2Editor.h>

Collaboration diagram for LV2Editor::PlainUIControl:
[legend]

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...
 

Detailed Description

Definition at line 118 of file LV2Editor.h.

Member Data Documentation

◆ 

union { ... } LV2Editor::PlainUIControl::@26

Discriminate this union according to corresponding port's properties.

◆ button

wxButton* LV2Editor::PlainUIControl::button

Definition at line 122 of file LV2Editor.h.

◆ checkbox

wxCheckBox* LV2Editor::PlainUIControl::checkbox

Definition at line 123 of file LV2Editor.h.

◆ choice

wxChoice* LV2Editor::PlainUIControl::choice

Definition at line 124 of file LV2Editor.h.

◆ meter

LV2EffectMeter* LV2Editor::PlainUIControl::meter

Definition at line 125 of file LV2Editor.h.

◆ mText

wxTextCtrl* LV2Editor::PlainUIControl::mText {}

Definition at line 119 of file LV2Editor.h.

◆ slider

wxSlider* LV2Editor::PlainUIControl::slider

Definition at line 126 of file LV2Editor.h.

Referenced by LV2Editor::SetSlider().


The documentation for this struct was generated from the following file: