![]() |
Audacity 3.2.0
|
Options for variations of error dialogs; the default is for modal dialogs. More...
#include <BasicUI.h>
Public Member Functions | |
| ErrorDialogOptions ()=default | |
| ErrorDialogOptions (ErrorDialogType type) | |
| Non-explicit. More... | |
Chain-call style initializers | |
| ErrorDialogOptions && | ModalHelp (bool modalHelp_) && |
| ErrorDialogOptions && | Log (std::wstring log_) && |
Public Attributes | |
| ErrorDialogType | type { ErrorDialogType::ModalError } |
| Type of help dialog. More... | |
| bool | modalHelp { true } |
| Whether the secondary help dialog with more information should be modal. More... | |
| std::wstring | log |
| Optional extra logging information to be shown. More... | |
Options for variations of error dialogs; the default is for modal dialogs.
|
default |
|
inline |
|
inline |
Definition at line 64 of file BasicUI.h.
References log.
Referenced by audacity::cloud::audiocom::sync::ProjectsListDialog::ProjectsTableData::Refresh(), and ProjectFileIO::ShowError().
|
inline |
Definition at line 61 of file BasicUI.h.
References modalHelp.
| std::wstring BasicUI::ErrorDialogOptions::log |
Optional extra logging information to be shown.
Definition at line 74 of file BasicUI.h.
Referenced by wxWidgetsBasicUI::DoShowErrorDialog(), and Log().
| bool BasicUI::ErrorDialogOptions::modalHelp { true } |
Whether the secondary help dialog with more information should be modal.
Definition at line 72 of file BasicUI.h.
Referenced by wxWidgetsBasicUI::DoShowErrorDialog(), and ModalHelp().
| ErrorDialogType BasicUI::ErrorDialogOptions::type { ErrorDialogType::ModalError } |
Type of help dialog.
Definition at line 70 of file BasicUI.h.
Referenced by wxWidgetsBasicUI::DoShowErrorDialog().