11#ifndef __AUDACITY_TimeDialog__
12#define __AUDACITY_TimeDialog__
36 void SetTimeValue(
double newTime);
37 const double GetTimeValue();
42 bool TransferDataToWindow()
override;
43 bool TransferDataFromWindow()
override;
45 void OnUpdate(wxCommandEvent &event);
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Dialog used to request a time value.
NumericTextCtrl * mTimeCtrl
const AudacityProject & mProject
TranslatableString mPrompt
Holds a msgid for the translation catalog; may also bind format arguments.