12#include "../widgets/valnum.h"
33 mUIParent =
S.GetParent();
34 S.StartMultiColumn(2, wxALIGN_CENTER);
37 .Validator<FloatingPointValidator<float>>(
38 1, &mAmount, NumValidatorStyle::DEFAULT, Amount.min)
43 .AddTextBox(
XXO(
"&Stretch Factor:"),
wxT(
""), 10);
46 .Validator<FloatingPointValidator<float>>(
47 3, &mTime_resolution, NumValidatorStyle::ONE_TRAILING_ZERO, Time.min)
48 .AddTextBox(
XXO(
"&Time Resolution (seconds):"), L
"", 10);
XXO("&Cut/Copy/Paste Toolbar")
static bool EnableApply(wxWindow *parent, bool enable=true)
Enable or disable the Apply button of the dialog that contains parent.
Performs effect computation.
Hold values to send to effect output meters.
bool TransferDataToWindow(const EffectSettings &settings) override
bool TransferDataFromWindow(EffectSettings &settings) override
wxWeakRef< wxWindow > mUIParent
void OnText(wxCommandEvent &evt)
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
BuiltinEffectsModule::Registration< EffectPaulstretch > reg
Externalized state of a plug-in.