Audacity 3.2.0
|
Functions | |
void | OnTimerRecord (const CommandContext &context) |
Variables | |
StringSetting | DefaultExportAudioFormat { L"/TimerRecordDialog/ExportFormat", L"WAV" } |
StringSetting | DefaultExportAudioPath { L"/TimerRecordDialog/ExportPath", L"" } |
const auto | CanStopFlags = AudioIONotBusyFlag() | CanStopAudioStreamFlag() |
AttachedItem | sAttachment |
void anonymous_namespace{TimerRecordDialog.cpp}::OnTimerRecord | ( | const CommandContext & | context | ) |
Definition at line 1183 of file TimerRecordDialog.cpp.
References AudacityMessageBox(), ProjectAudioManager::ChooseExistingRecordingTracks(), TrackList::empty(), ProjectFileIO::Get(), ProjectHistory::Get(), UndoManager::Get(), ProjectRate::Get(), TrackList::Get(), ProjectAudioManager::Get(), ProjectManager::Get(), ProjectSettings::Get(), GetProjectFrame(), GetPropertiesOfSelected(), anonymous_namespace{TimeTrack.cpp}::GetRate(), gPrefs, ProjectFileIO::IsModified(), POST_TIMER_RECORD_CANCEL, POST_TIMER_RECORD_CANCEL_WAIT, POST_TIMER_RECORD_CLOSE, POST_TIMER_RECORD_NOTHING, CommandContext::project, project, PropertiesOfSelected::rateOfSelected, audacity::BasicSettings::Read(), ProjectHistory::RollbackState(), TimerRecordDialog::RunWaitDialog(), ProjectManager::SetSkipSavePrompt(), ProjectAudioManager::SetTimerRecordCancelled(), settings(), AllProjects::size(), and XO().
const auto anonymous_namespace{TimerRecordDialog.cpp}::CanStopFlags = AudioIONotBusyFlag() | CanStopAudioStreamFlag() |
Definition at line 1324 of file TimerRecordDialog.cpp.
Referenced by anonymous_namespace{SelectMenus.cpp}::CursorMenu(), and anonymous_namespace{TransportMenus.cpp}::TransportMenu().
StringSetting anonymous_namespace{TimerRecordDialog.cpp}::DefaultExportAudioFormat { L"/TimerRecordDialog/ExportFormat", L"WAV" } |
Definition at line 106 of file TimerRecordDialog.cpp.
Referenced by TimerRecordDialog::ExecutePostRecordActions().
StringSetting anonymous_namespace{TimerRecordDialog.cpp}::DefaultExportAudioPath { L"/TimerRecordDialog/ExportPath", L"" } |
Definition at line 107 of file TimerRecordDialog.cpp.
Referenced by TimerRecordDialog::ExecutePostRecordActions().
AttachedItem anonymous_namespace{TimerRecordDialog.cpp}::sAttachment |
Definition at line 1327 of file TimerRecordDialog.cpp.