Audacity 3.2.0
|
Classes | |
struct | ErrorDialogOptions |
Options for variations of error dialogs; the default is for modal dialogs. More... | |
class | GenericProgressDialog |
Abstraction of a progress dialog with undefined time-to-completion estimate. More... | |
struct | MessageBoxOptions |
struct | Point |
A pair of screen coordinates, x increasing rightward, y downward. More... | |
class | ProgressDialog |
Abstraction of a progress dialog with well defined time-to-completion estimate. More... | |
class | Services |
Abstract class defines a few user interface services, not mentioning particular toolkits. More... | |
class | WindowPlacement |
Subclasses may hold information such as a parent window pointer for a dialog. More... | |
Functions | |
Services * | Get () |
Fetch the global instance, or nullptr if none is yet installed. More... | |
Services * | Install (Services *pInstance) |
Install an implementation; return the previously installed instance. More... | |
Functions that invoke global Services | |
These dispatch to the global Services, if supplied. If none was supplied, they are mostly no-ops, with exceptions as noted. All should be called on the main thread only, except as noted. | |
void | CallAfter (Action action) |
Schedule an action to be done later, and in the main thread. More... | |
void | Yield () |
Dispatch waiting events, including actions enqueued by CallAfter. More... | |
bool | OpenInDefaultBrowser (const wxString &url) |
Open an URL in default browser. More... | |
void | ShowErrorDialog (const WindowPlacement &placement, const TranslatableString &dlogTitle, const TranslatableString &message, const ManualPageID &helpPage, const ErrorDialogOptions &options={}) |
Show an error dialog with a link to the manual for further help. More... | |
MessageBoxResult | ShowMessageBox (const TranslatableString &message, MessageBoxOptions options={}) |
Show a modal message box with either Ok or Yes and No, and optionally Cancel. More... | |
std::unique_ptr< ProgressDialog > | MakeProgress (const TranslatableString &title, const TranslatableString &message, unsigned flags=(ProgressShowStop|ProgressShowCancel), const TranslatableString &remainingLabelText={}) |
Create and display a progress dialog. More... | |
std::unique_ptr< GenericProgressDialog > | MakeGenericProgress (const WindowPlacement &placement, const TranslatableString &title, const TranslatableString &message, int style=(ProgressAppModal|ProgressShowElapsedTime|ProgressSmooth)) |
Create and display a progress dialog (return nullptr if Services not installed) More... | |
template<typename ItType , typename FnType > | |
void | SplitProgress (ItType first, ItType last, FnType action, ProgressReporter parent) |
Helper for the update of a task's progress bar when this task is made of a range's subtasks. More... | |
int | ShowMultiDialog (const TranslatableString &message, const TranslatableString &title, const TranslatableStrings &buttons, const ManualPageID &helpPage, const TranslatableString &boxMsg, bool log) |
Display a dialog with radio buttons. More... | |
std::unique_ptr< WindowPlacement > | FindFocus () |
Find the window that is accepting keyboard input, if any. More... | |
void | SetFocus (const WindowPlacement &focus) |
Set the window that accepts keyboard input. More... | |
bool | IsUsingRtlLayout () |
Whether using a right-to-left language layout. More... | |
bool | IsUiThread () |
Whether the current thread is the UI thread. More... | |
Variables | |
static Services * | theInstance = nullptr |
static std::recursive_mutex | sActionsMutex |
static std::vector< Action > | sActions |
Types used in the Services interface | |
enum class | ErrorDialogType { ModelessError , ModalError , ModalErrorReport } |
enum class | Icon { None , Warning , Error , Question , Information } |
enum class | Button { Default , Ok , YesNo } |
enum class | MessageBoxResult : int { None , Yes , No , Ok , Cancel } |
enum | ProgressDialogOptions : unsigned { ProgressShowStop = (1 << 0) , ProgressShowCancel = (1 << 1) , ProgressHideTime = (1 << 2) , ProgressConfirmStopOrCancel = (1 << 3) } |
enum | GenericProgressDialogStyle : int { ProgressCanAbort = (1 << 0) , ProgressAppModal = (1 << 1) , ProgressShowElapsedTime = (1 << 2) , ProgressSmooth = (1 << 3) } |
enum class | ProgressResult : unsigned { Cancelled = 0 , Success , Failed , Stopped } |
using | Action = std::function< void()> |
using | ProgressReporter = std::function< void(double)> |
TranslatableString | DefaultCaption () |
"Message", suitably translated More... | |
using BasicUI::Action = typedef std::function<void()> |
using BasicUI::ProgressReporter = typedef std::function<void(double)> |
|
strong |
|
strong |
Enumerator | |
---|---|
ModelessError | |
ModalError | |
ModalErrorReport | If error reporting is enabled, may give option to send; if not, then like ModalError |
Definition at line 43 of file BasicUI.h.
enum BasicUI::GenericProgressDialogStyle : int |
Enumerator | |
---|---|
ProgressCanAbort | |
ProgressAppModal | |
ProgressShowElapsedTime | |
ProgressSmooth |
Definition at line 147 of file BasicUI.h.
|
strong |
|
strong |
enum BasicUI::ProgressDialogOptions : unsigned |
Enumerator | |
---|---|
ProgressShowStop | |
ProgressShowCancel | |
ProgressHideTime | |
ProgressConfirmStopOrCancel |
Definition at line 140 of file BasicUI.h.
|
strong |
Enumerator | |
---|---|
Cancelled | |
Success | |
Failed | |
Stopped |
BASIC_UI_API void BasicUI::CallAfter | ( | Action | action | ) |
Schedule an action to be done later, and in the main thread.
This function may be called in other threads than the main. If no Services are yet installed, the action is not lost, but may be dispatched by Yield(). The action may itself invoke CallAfter to enqueue other actions.
Definition at line 214 of file BasicUI.cpp.
References Get(), sActions, and sActionsMutex.
Referenced by AdornedRulerPanel::AdornedRulerPanel(), Clipboard::Assign(), PrefsListener::Broadcast(), AudioIO::CallAfterRecording(), audacity::cloud::audiocom::sync::DataUploader::UploadOperation::CleanUp(), Clipboard::Clear(), audacity::cloud::audiocom::UserService::ClearUserData(), LoginDialog::ContinueCreateAccount(), LoginDialog::ContinueSignIn(), anonymous_namespace{LoginDialog.cpp}::DefaultErrorHandler(), audacity::cloud::audiocom::OAuthService::DoAuthorise(), ProjectAudioManager::DoRecord(), ClipPitchAndSpeedButtonHandle::DoRelease(), audacity::cloud::audiocom::UserService::DownloadAvatar(), AudacityException::EnqueueAction(), UndoManager::EnqueueMessage(), audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::ExportTread(), Journal::Events::FailedEventSerialization(), audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleExportDiskFullError(), audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleExportError(), audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleExportException(), AsyncPluginValidator::Impl::HandleInternalError(), Viewport::HandleResize(), AsyncPluginValidator::Impl::HandleResult(), audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleUnkonwnException(), ProjectFileManager::Import(), ProjectFileManager::ImportAndRunTempoDetection(), AudacityApp::InitPart2(), anonymous_namespace{ProjectStatus.cpp}::Dispatcher::NewFieldRegistered(), NotifyingSelectedRegion::Notify(), AudioSetupToolBar::OnAudioDeviceRescan(), TrackPanel::OnAudioIO(), AudacityApp::OnExceptionInMainLoop(), App::OnInit(), AudacityApp::OnInit(), AudacityApp::OnInit0(), AdornedRulerPanel::OnLeave(), TrackPanel::OnMouseEvent(), audacity::cloud::audiocom::sync::ProjectsListDialog::OnOpen(), IncompatiblePluginsDialog::OnPluginManagerClicked(), anonymous_namespace{SnappingToolBar.cpp}::SnapModePopup::OnPopup(), ErrorReportDialog::OnSend(), audacity::cloud::audiocom::OAuthService::ParseTokenResponse(), audacity::cloud::audiocom::anonymous_namespace{CloudSyncService.cpp}::PerformProjectGetRequest(), SelectionBar::Populate(), SpectralSelectionBar::Populate(), TimeToolBar::Populate(), PitchAndSpeedDialog::PopulateOrExchange(), CLExportProcessor::Process(), audacity::cloud::audiocom::sync::ProjectsListDialog::ProjectsListDialog(), audacity::cloud::audiocom::sync::ProjectCloudExtension::Publish(), TrackList::QueueEvent(), Viewport::Redraw(), AdornedRulerPanel::Refresh(), TrackPanel::Refresh(), audacity::cloud::audiocom::sync::ReopenProject(), audacity::cloud::audiocom::sync::MixdownUploader::ReportProgress(), audacity::cloud::audiocom::OAuthService::SafePublish(), ProjectFileIO::SaveProject(), ProjectFileIO::SetFileName(), TrackFocus::SetFocus(), ProjectFileIO::SetProjectTitle(), AudioIO::StopStream(), audacity::cloud::audiocom::CloudSyncService::UpdateDowloadProgress(), audacity::cloud::audiocom::UserService::UpdateUserData(), and audacity::cloud::audiocom::sync::UploadMixdown().
BASIC_UI_API TranslatableString BasicUI::DefaultCaption | ( | ) |
"Message", suitably translated
Definition at line 259 of file BasicUI.cpp.
References XO().
Referenced by MessageBoxException::DelayedHandlerAction().
|
inline |
Find the window that is accepting keyboard input, if any.
result: result != nullptr
(but may point to an empty WindowPlacement) Definition at line 383 of file BasicUI.h.
References Get().
Referenced by TagsEditorDialog::DoCancel(), wxWidgetsBasicUI::DoFindFocus(), anonymous_namespace{TrackPanel.cpp}::LabeledChannelGroup::Draw(), EffectPreview(), DeviceToolBar::EnableDisableButtons(), TrackPanelAx::EndChangeFocus(), EventMonitor::FilterEvent(), MenuCreator::FilterKeyEvent(), EventMonitor::HandleCapture(), ProgressDialog::Init(), ProjectWindow::MacShowUndockedToolbars(), TrackPanelAx::MessageForScreenReader(), anonymous_namespace{NavigationMenus.cpp}::NextOrPrevFrame(), NyqBench::OnAutoWrap(), DeviceToolBar::OnCaptureKey(), SelectionBar::OnCaptureKey(), TranscriptionToolBar::OnCaptureKey(), RealtimeEffectPanel::OnCharHook(), NyqBench::OnClear(), NyqBench::OnClearUpdate(), NyqBench::OnCopy(), NyqBench::OnCopyUpdate(), NyqBench::OnCut(), NyqBench::OnCutUpdate(), KeyView::OnDrawBackground(), KeyView::OnDrawItem(), RealtimeEffectListWindow::OnEffectListItemChange(), ToolBarResizer::OnEnter(), NyqBench::OnFind(), NyqBench::OnFont(), EffectUIHost::OnInitDialog(), NavigationActions::Handler::OnNextWindow(), NyqBench::OnOutputUpdate(), NumericTextCtrl::OnPaint(), NyqBench::OnPaste(), NyqBench::OnPasteUpdate(), NavigationActions::Handler::OnPrevWindow(), NyqBench::OnRedo(), NyqBench::OnRedoUpdate(), LabelDialog::OnRemove(), NyqBench::OnScriptUpdate(), NyqBench::OnSelectAll(), NyqBench::OnUndo(), NyqBench::OnUndoUpdate(), SelectionBar::OnUpdate(), SpectralSelectionBar::OnUpdate(), MenuCreator::RebuildMenuBar(), FrequencyPlotDialog::Recalc(), LabelTrackView::ShowContextMenu(), TrackPanelHasFocus(), HistoryDialog::UpdateLevels(), and wxTabTraversalWrapperCharHook().
BASIC_UI_API Services * BasicUI::Get | ( | ) |
Fetch the global instance, or nullptr if none is yet installed.
Definition at line 202 of file BasicUI.cpp.
References theInstance.
Referenced by audacity::sentry::AddExceptionContext(), audacity::sentry::anonymous_namespace{SentryReport.cpp}::AddOSContext(), audacity::cloud::audiocom::sync::ProjectCloudUIExtension::AllowClosing(), CallAfter(), audacity::cloud::audiocom::sync::RemoteProjectSnapshot::CleanupOrphanBlocks(), WaveTrack::ConvertToSampleFormat(), audacity::network_manager::CurlHandleManager::CurlHandleManager(), StatusBarFieldItem::DispatchFieldChanged(), WaveChannelView::DoGetMultiView(), PlayableTrack::DoGetMute(), WaveChannelView::DoGetPlacements(), PlayableTrack::DoGetSolo(), DoProjectTempoChange(), PlayableTrack::DoSetMute(), WaveTrack::DoSetPan(), WaveTrack::DoSetRate(), PlayableTrack::DoSetSolo(), WaveTrack::DoSetVolume(), anonymous_namespace{WaveformView.cpp}::DrawWaveform(), WaveTrack::EmptyCopy(), FindFocus(), FindProjectFrame(), UndoManager::Get(), anonymous_namespace{ProjectWindows.cpp}::ProjectWindows::Get(), anonymous_namespace{TempoChange.cpp}::ProjectTempo::Get(), anonymous_namespace{PlayableTrack.cpp}::MuteAndSolo::Get(), anonymous_namespace{WaveChannelView.cpp}::PlacementArray::Get(), anonymous_namespace{WaveTrack.cpp}::WaveTrackData::Get(), GetAttachedWindows(), audacity::cloud::audiocom::sync::ProjectCloudExtension::GetCloudProjectPage(), Languages::GetLanguages(), audacity::sqlite::Row::GetOr(), WaveTrack::GetPan(), GetProjectFrame(), GetProjectPanel(), audacity::cloud::audiocom::CloudSyncService::GetProjectState(), GetProjectTempo(), WaveTrack::GetRate(), WaveTrack::GetSampleFormat(), audacity::cloud::audiocom::sync::ProjectCloudExtension::GetSavesCount(), PluginDataViewStateRenderer::GetSize(), UpdateManager::GetUpdates(), WaveTrack::GetVolume(), UpdateDataParser::HandleXMLTag(), anonymous_namespace{AudacityApp.cpp}::InitCrashreports(), anonymous_namespace{CloudProjectFileIOExtensions.cpp}::IOExtension::IsBlockLocked(), audacity::cloud::audiocom::sync::ProjectCloudExtension::IsBlockLocked(), audacity::cloud::audiocom::CloudSyncService::IsCloudProject(), anonymous_namespace{AudioComMenus.cpp}::IsCloudProjectFlag(), audacity::cloud::audiocom::sync::ProjectCloudExtension::IsFirstSyncDialogShown(), IsUiThread(), IsUsingRtlLayout(), WaveTrack::LinkConsistencyFix(), MakeGenericProgress(), audacity::cloud::audiocom::sync::RemoteProjectSnapshot::MarkProjectInDB(), audacity::cloud::audiocom::sync::ProjectCloudExtension::MarkProjectSynced(), anonymous_namespace{DynamicRangeProcessorHistoryPanel.cpp}::MayUsePenGradients(), EffectSettingsAccess::ModifySettings(), WaveTrack::MoveTo(), WaveTrack::NewestOrNewClip(), audacity::cloud::audiocom::sync::RemoteProjectSnapshot::OnBlockDownloaded(), anonymous_namespace{WaveTrackAffordanceControls.cpp}::OnChangePitchAndSpeed(), anonymous_namespace{CloudProjectFileIOExtensions.cpp}::IOExtension::OnClose(), audacity::cloud::audiocom::sync::ProjectCloudUIExtension::OnCloudStatusChanged(), anonymous_namespace{WaveTrackAffordanceControls.cpp}::OnEditClipName(), Grid::OnKeyDown(), anonymous_namespace{CloudProjectFileIOExtensions.cpp}::IOExtension::OnLoad(), audacity::cloud::audiocom::sync::RemoteProjectSnapshot::OnProjectBlobDownloaded(), anonymous_namespace{WaveTrackAffordanceControls.cpp}::OnRenderClipStretching(), anonymous_namespace{CloudProjectFileIOExtensions.cpp}::IOExtension::OnSave(), audacity::cloud::audiocom::sync::ProjectCloudExtension::OnSnapshotCreated(), audacity::cloud::audiocom::sync::ProjectCloudExtension::OnSyncCompleted(), anonymous_namespace{CloudProjectFileIOExtensions.cpp}::IOExtension::OnUpdateSaved(), audacity::cloud::audiocom::sync::ProjectCloudExtension::OnUpdateSaved(), OpenInDefaultBrowser(), anonymous_namespace{CloudProjectFileIOExtensions.cpp}::IOExtension::PerformCloudSave(), anonymous_namespace{RealtimeEffectPanel.cpp}::EffectsMenuHelper::PickEffect(), ClipPitchAndSpeedButtonHandle::Preview(), PreferencesResetHandler::Register(), RemoveDependencies(), PluginDataViewStateRenderer::Render(), ResetPreferences(), WaveTrack::RightmostOrNewClip(), audacity::sentry::anonymous_namespace{SentryReport.cpp}::SerializeException(), audacity::cloud::audiocom::sync::ProjectCloudExtension::SetFirstSyncDialogShown(), SetFocus(), SetProjectFrame(), SetProjectPanel(), WaveTrack::ShiftBy(), ShowMultiDialog(), StatusBarFieldItem::StatusBarFieldItem(), ProjectStatusFieldsRegistry::Subscribe(), audacity::cloud::audiocom::CloudSyncService::SyncCloudSnapshot(), audacity::cloud::audiocom::CloudSyncService::SyncProject(), audacity::cloud::audiocom::sync::ProjectCloudExtension::UpdateIdFromDatabase(), WaveTrack::WaveTrack(), and Yield().
Install an implementation; return the previously installed instance.
Definition at line 204 of file BasicUI.cpp.
References theInstance.
Referenced by AudacityApp::OnInit0().
|
inline |
Whether the current thread is the UI thread.
Definition at line 407 of file BasicUI.h.
References Get().
Referenced by audacity::cloud::audiocom::sync::ProjectCloudExtension::Publish(), and audacity::cloud::audiocom::sync::MixdownUploader::ReportProgress().
|
inline |
Whether using a right-to-left language layout.
Definition at line 399 of file BasicUI.h.
References Get().
Referenced by CommandManager::DescribeCommandsAndShortcuts().
|
inline |
Create and display a progress dialog (return nullptr if Services not installed)
This function makes a "generic" progress dialog, for the case when time to completion cannot be estimated, but some indication of progress is still given
Definition at line 320 of file BasicUI.h.
References Get(), anonymous_namespace{AudacityDontAskAgainMessageDialog.cpp}::style, and title.
Referenced by DBConnection::Close(), Importer::Import(), audacity::cloud::audiocom::sync::ProjectsListDialog::ProjectsTableData::Refresh(), ProjectFileIO::RenameOrWarn(), and ProjectFileIO::SaveProject().
|
inline |
Create and display a progress dialog.
flags | bitwise OR of values in ProgressDialogOptions |
remainingLabelText | if not empty substitutes for "Remaining Time:" |
Definition at line 302 of file BasicUI.h.
Referenced by audacity::cloud::audiocom::sync::ProjectCloudUIExtension::AllowClosing(), ProjectFileIO::CopyTo(), EffectBase::DoEffect(), EffectPreview(), UpdateManager::GetUpdates(), audacity::cloud::audiocom::sync::anonymous_namespace{CloudProjectOpenUtils.cpp}::MakeProgress(), MixAndRender(), anonymous_namespace{EditMenus.cpp}::NotificationScope(), SqliteSampleBlockFactory::OnBeginPurge(), anonymous_namespace{ProjectFileManager.cpp}::ImportProgress::OnImportProgress(), anonymous_namespace{TrackMenus.cpp}::OnResample(), anonymous_namespace{ProjectFileManager.cpp}::RunTempoDetection(), anonymous_namespace{ExportProgressUI.cpp}::DialogExportProgressDelegate::UpdateUI(), audacity::cloud::audiocom::sync::UploadMixdown(), and UserException::WithCancellableProgress().
BASIC_UI_API bool BasicUI::OpenInDefaultBrowser | ( | const wxString & | url | ) |
Open an URL in default browser.
This function may be called in other threads than the main.
Definition at line 246 of file BasicUI.cpp.
References Get().
Referenced by LoginDialog::ContinueAuthorize(), anonymous_namespace{PluginMenus.cpp}::EffectMenu(), audacity::cloud::audiocom::ShareAudioDialog::HandleUploadSucceeded(), RealtimeEffectPanel::MakeTrackEffectPane(), audacity::cloud::audiocom::sync::ProjectCloudUIExtension::OnCloudStatusChanged(), PluginRegistrationDialog::OnGetMoreEffects(), audacity::cloud::audiocom::UserPanel::OnLinkButtonPressed(), audacity::cloud::audiocom::sync::ProjectsListDialog::OnOpen(), audacity::cloud::audiocom::sync::ProjectsListDialog::OnOpenAudioCom(), anonymous_namespace{CloudProjectFileIOExtensions.cpp}::IOExtension::OnUpdateSaved(), OpenInDefaultBrowser(), anonymous_namespace{RealtimeEffectPanel.cpp}::EffectsMenuHelper::PickEffect(), and AudacityFileConfig::Warn().
|
inline |
Set the window that accepts keyboard input.
Definition at line 392 of file BasicUI.h.
References Get().
Referenced by EffectPreview(), NumericTextCtrl::OnContext(), KeyView::OnLeftDown(), NumericTextCtrl::OnMouse(), TrackPanel::OnTrackFocusChange(), wxSliderWrapper::SetFocus(), ListNavigationEnabled< WindowBase >::SetFocus(), PitchAndSpeedDialog::SetFocus(), AdornedRulerPanel::SetFocusFromKbd(), AButton::SetFocusFromKbd(), ASlider::SetFocusFromKbd(), MeterPanel::SetFocusFromKbd(), and UpdateNoticeDialog::UpdateNoticeDialog().
|
inline |
Show an error dialog with a link to the manual for further help.
placement | how to parent the dialog |
dlogTitle | Text for title bar |
message | The main message text |
helpPage | Identifies manual page (and maybe an anchor) |
Definition at line 272 of file BasicUI.h.
Referenced by MessageBoxException::DelayedHandlerAction(), ProjectFileManager::DoImport(), ProjectAudioManager::DoRecord(), ClipPitchAndSpeedButtonHandle::DoRelease(), ProjectFileManager::DoSave(), EffectPreview(), TempDirectory::FATFilesystemDenied(), UpdateManager::GetUpdates(), audacity::cloud::audiocom::ShareAudioDialog::HandleExportFailure(), audacity::cloud::audiocom::ShareAudioDialog::HandleUploadFailed(), anonymous_namespace{TransportMenus.cpp}::OnPunchAndRoll(), ProjectAudioManager::PlayPlayRegion(), ProjectFileIO::ProjectFileIO(), audacity::cloud::audiocom::sync::ProjectsListDialog::ProjectsTableData::Refresh(), ProjectFileManager::SaveCopy(), ExportProgressUI::Show(), ShowDiskFullExportErrorDialog(), ProjectFileIO::ShowError(), ShowExportErrorDialog(), AudioIO::StartMonitoring(), CommandManager::TellUserWhyDisallowed(), and TempDirectory::TempDir().
|
inline |
Show a modal message box with either Ok or Yes and No, and optionally Cancel.
Definition at line 287 of file BasicUI.h.
Referenced by AudioIO::AllocateBuffers(), AudioIO::AudioIO(), anonymous_namespace{Registry.cpp}::BadPath(), ExportMP3::CheckFileName(), CreateDirectory(), ThemeBase::CreateImageCache(), ThemeBase::CreateOneImageCache(), anonymous_namespace{LoginDialog.cpp}::DefaultErrorHandler(), MessageBoxException::DelayedHandlerAction(), AudacityApplicationLogic::DoEffect(), DoMessageBox(), PluginManager::DropFile(), ExportProgressUI::ExceptionWrappedCall(), Journal::Events::FailedEventSerialization(), EffectAndCommandPluginManager::GetAudacityCommand(), PlotSpectrumBase::GetAudio(), ContrastBase::GetDB(), gtk_filedialog_ok_callback(), audacity::cloud::audiocom::sync::MixdownUploader::DataExporter::HandleUnkonwnException(), VSTWrapper::HandleXMLTag(), LabelTrack::Import(), AutoDuckBase::Init(), EqualizationBase::Init(), ScienFilterBase::Init(), NyquistBase::Init(), ExportOptionsCLEditor::IsValidCommand(), EQCurveReader::LoadCurves(), VSTWrapper::LoadFXB(), VSTWrapper::LoadFXP(), MP3Exporter::LoadLibrary(), ThemeBase::LoadOneThemeComponents(), Effect::LoadSettingsFromString(), VSTWrapper::LoadXML(), anonymous_namespace{MIDIPlay.h}::MIDIPlay::MIDIPlay(), RealtimeEffectListWindow::OnAddEffectClicked(), WaveTrackMenuTable::OnMergeStereo(), SelectActions::Handler::OnZeroCrossing(), SFFileCloser::operator()(), NyquistBase::ParseProgram(), ClickRemovalBase::Process(), Generator::Process(), NoiseReductionBase::Process(), Repair::Process(), NyquistBase::Process(), NoiseReductionBase::Worker::Process(), TruncSilenceBase::ProcessIndependently(), DtmfBase::Instance::ProcessInitialize(), EchoBase::Instance::ProcessInitialize(), PaulstretchBase::ProcessOne(), ClickRemovalBase::ProcessOne(), FindClippingBase::ProcessOne(), NyquistBase::ProcessOne(), ThemeBase::ReadImageCache(), ProjectFileManager::ReadProjectFile(), VSTWrapper::SaveFXB(), VSTWrapper::SaveFXP(), EqualizationCurvesList::setCurve(), ImportUtils::ShowMessageBox(), AudioIO::StartStream(), MessageBoxTarget::Update(), SpectrogramSettings::Validate(), NoiseReductionBase::Settings::Validate(), and Sequence::WriteXML().
|
inline |
Display a dialog with radio buttons.
message | main message in the dialog |
title | dialog title |
buttons | labels for individual radio buttons |
boxMsg | label for the group of buttons |
helpPage | identifies a manual page |
log | whether to add a "Show Log for Details" push button |
Definition at line 367 of file BasicUI.h.
Referenced by wxWidgetsBasicUI::DoMultiDialog(), ProjectFSCK(), and ModuleManager::TryLoadModules().
void BasicUI::SplitProgress | ( | ItType | first, |
ItType | last, | ||
FnType | action, | ||
ProgressReporter | parent | ||
) |
Helper for the update of a task's progress bar when this task is made of a range's subtasks.
For each item from first
till last
, forwards the item as argument to action
, as well as a progress reporter that will contribute by a fraction to the parent progress reporter. This fraction is the inverse of the number of elements in the range.
Definition at line 339 of file BasicUI.h.
Referenced by anonymous_namespace{LabelMenus.cpp}::EditByLabel(), EffectOutputTracks::EffectOutputTracks(), anonymous_namespace{EditMenus.cpp}::OnJoin(), and anonymous_namespace{EditMenus.cpp}::OnSilence().
BASIC_UI_API void BasicUI::Yield | ( | ) |
Dispatch waiting events, including actions enqueued by CallAfter.
This function must be called by the main thread. Actions enqueued by CallAfter before Services were installed will be dispatched in the sequence they were enqueued, unless an exception thrown by one of them stops the dispatching.
Definition at line 225 of file BasicUI.cpp.
References Get(), sActions, and sActionsMutex.
Referenced by audacity::cloud::audiocom::sync::ProjectCloudUIExtension::AllowClosing(), EVT_COMMAND_RANGE(), audacity::cloud::audiocom::sync::anonymous_namespace{CloudProjectOpenUtils.cpp}::GetResult(), Importer::Import(), Viewport::OnScroll(), CLExportProcessor::Process(), audacity::cloud::audiocom::sync::ProjectsListDialog::ProjectsTableData::Refresh(), audacity::cloud::audiocom::ShareAudioDialog::ResetProgress(), and audacity::cloud::audiocom::sync::UploadMixdown().
|
static |
Definition at line 212 of file BasicUI.cpp.
Referenced by CallAfter(), and Yield().
|
static |
Definition at line 211 of file BasicUI.cpp.
Referenced by CallAfter(), and Yield().
|
static |
Definition at line 200 of file BasicUI.cpp.