MCPcopy Create free account
hub / github.com/audacity/audacity / ShowErrorDialog

Function ShowErrorDialog

libraries/lib-basic-ui/BasicUI.h:276–285  ·  view source on GitHub ↗

Show an error dialog with a link to the manual for further help

Source from the content-addressed store, hash-verified

274
275//! Show an error dialog with a link to the manual for further help
276inline void ShowErrorDialog(
277 const WindowPlacement &placement, //!< how to parent the dialog
278 const TranslatableString &dlogTitle, //!< Text for title bar
279 const TranslatableString &message, //!< The main message text
280 const ManualPageID &helpPage, //!< Identifies manual page (and maybe an anchor)
281 const ErrorDialogOptions &options = {})
282{
283 if (auto p = Get())
284 p->DoShowErrorDialog(placement, dlogTitle, message, helpPage, options);
285}
286
287//! Show a modal message box with either Ok or Yes and No, and optionally Cancel
288/*!

Callers 15

TellUserWhyDisallowedMethod · 0.85
DelayedHandlerActionMethod · 0.85
StartMonitoringMethod · 0.85
DownloadAudioMethod · 0.85
TempDirMethod · 0.85
FATFilesystemDeniedMethod · 0.85
ShowExportErrorDialogFunction · 0.85
ShowMethod · 0.85
ProjectFileIOMethod · 0.85
ShowErrorMethod · 0.85
OpenAudioFromCloudFunction · 0.85

Calls 2

GetFunction · 0.85
DoShowErrorDialogMethod · 0.45

Tested by

no test coverage detected