![]() |
Audacity 3.2.0
|
#include "TimerRecordDialog.h"
#include "FileNames.h"
#include <thread>
#include <wx/setup.h>
#include <wx/wxcrtvararg.h>
#include <wx/button.h>
#include <wx/calctrl.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/defs.h>
#include <wx/dir.h>
#include <wx/datectrl.h>
#include <wx/datetime.h>
#include <wx/intl.h>
#include <wx/sizer.h>
#include <wx/string.h>
#include <wx/timer.h>
#include <wx/dynlib.h>
#include "AudioIO.h"
#include "SelectFile.h"
#include "ShuttleGui.h"
#include "ProjectAudioManager.h"
#include "ProjectFileIO.h"
#include "ProjectFileManager.h"
#include "ProjectManager.h"
#include "Prefs.h"
#include "Track.h"
#include "widgets/NumericTextCtrl.h"
#include "widgets/HelpSystem.h"
#include "widgets/AudacityMessageBox.h"
#include "widgets/ProgressDialog.h"
#include "widgets/wxTextCtrlWrapper.h"
Go to the source code of this file.
Macros | |
#define | TIMER_ID 7000 |
Enumerations | |
enum | { ID_DATEPICKER_START = 10000 , ID_TIMETEXT_START , ID_DATEPICKER_END , ID_TIMETEXT_END , ID_TIMETEXT_DURATION , ID_AUTOSAVEPATH_BUTTON , ID_AUTOSAVEPATH_TEXT , ID_AUTOEXPORTPATH_BUTTON , ID_AUTOEXPORTPATH_TEXT , ID_AUTOSAVE_CHECKBOX , ID_AUTOEXPORT_CHECKBOX } |
enum | { CONTROL_GROUP_SAVE , CONTROL_GROUP_EXPORT } |
Functions | |
static double | wxDateTime_to_AudacityTime (wxDateTime &dateTime) |
Variables | |
const int | kSlowTimerInterval = 1000 |
constexpr auto | kTimerInterval = std::chrono::milliseconds{50} |
#define TIMER_ID 7000 |
Definition at line 63 of file TimerRecordDialog.cpp.
anonymous enum |
Definition at line 65 of file TimerRecordDialog.cpp.
anonymous enum |
Enumerator | |
---|---|
CONTROL_GROUP_SAVE | |
CONTROL_GROUP_EXPORT |
Definition at line 79 of file TimerRecordDialog.cpp.
|
static |
Definition at line 91 of file TimerRecordDialog.cpp.
Referenced by TimerRecordDialog::OnDatePicker_End(), TimerRecordDialog::OnTimer(), TimerRecordDialog::PopulateOrExchange(), and TimerRecordDialog::UpdateEnd().
const int kSlowTimerInterval = 1000 |
Definition at line 86 of file TimerRecordDialog.cpp.
|
constexpr |
Definition at line 89 of file TimerRecordDialog.cpp.
Referenced by TrackPanel::OnIdle(), TrackPanel::OnMouseEvent(), PlayIndicatorOverlay::OnTimer(), TimerRecordDialog::PreActionDelay(), TimerRecordDialog::RunWaitDialog(), and TimerRecordDialog::WaitForStart().