11#ifndef __AUDACITY_TimeDialog__
12#define __AUDACITY_TimeDialog__
35 void SetSampleRate(
double sampleRate);
36 void SetTimeValue(
double newTime);
37 const double GetTimeValue();
42 bool TransferDataToWindow()
override;
43 bool TransferDataFromWindow()
override;
45 void OnUpdate(wxCommandEvent &event);
ComponentInterfaceSymbol pairs a persistent string identifier used internally with an optional,...
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Dialog used to request a time value.
NumericFormatSymbol mFormat
NumericTextCtrl * mTimeCtrl
TranslatableString mPrompt
Holds a msgid for the translation catalog; may also bind format arguments.