#include "TimerRecordDialog.h"
#include "FileNames.h"
#include <thread>
#include <wx/setup.h>
#include <wx/app.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/dynlib.h>
#include <wx/frame.h>
#include "AudioIO.h"
#include "SelectFile.h"
#include "ShuttleGui.h"
#include "ProjectAudioManager.h"
#include "ProjectFileIO.h"
#include "ProjectFileManager.h"
#include "ProjectManager.h"
#include "ProjectRate.h"
#include "ProjectWindows.h"
#include "Project.h"
#include "Prefs.h"
#include "Track.h"
#include "TagsEditor.h"
#include "widgets/NumericTextCtrl.h"
#include "HelpSystem.h"
#include "AudacityMessageBox.h"
#include "ExportPluginRegistry.h"
#include "ExportUtils.h"
#include "ProgressDialog.h"
#include "wxTextCtrlWrapper.h"
#include "prefs/ImportExportPrefs.h"
#include "TimerRecordExportDialog.h"
#include "ExportProgressUI.h"
#include "CommandContext.h"
#include "MenuRegistry.h"
#include "CommonCommandFlags.h"
#include "ProjectHistory.h"
#include "ProjectSettings.h"
#include "UndoManager.h"
Go to the source code of this file.
|
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
} |
|
◆ TIMER_ID
◆ anonymous enum
Enumerator |
---|
ID_DATEPICKER_START | |
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 | |
Definition at line 74 of file TimerRecordDialog.cpp.
74 {
86};
@ ID_AUTOEXPORTPATH_BUTTON
◆ anonymous enum
◆ wxDateTime_to_AudacityTime()
static double wxDateTime_to_AudacityTime |
( |
wxDateTime & |
dateTime | ) |
|
|
static |
◆ kSlowTimerInterval
const int kSlowTimerInterval = 1000 |
◆ kTimerInterval
constexpr auto kTimerInterval = std::chrono::milliseconds{50} |
|
constexpr |