15#ifndef __AUDACITY_LV2_PREFERENCES_DIALOG__
16#define __AUDACITY_LV2_PREFERENCES_DIALOG__
21#pragma GCC diagnostic ignored "-Wparentheses"
22#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
23#elif defined(__clang__)
24#pragma clang diagnostic ignored "-Wparentheses"
25#pragma clang diagnostic ignored "-Wdeprecated-declarations"
42 void OnOk(wxCommandEvent &evt);
EffectDefinitionInterface is a ComponentInterface that adds some basic read-only information about ef...
const EffectDefinitionInterface & mEffect
virtual ~LV2PreferencesDialog()
LV2PreferencesDialog(const EffectDefinitionInterface &effect)
void PopulateOrExchange(ShuttleGui &S)
void OnOk(wxCommandEvent &evt)
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.