![]() |
Audacity 3.2.0
|
Gives an Error message with an option for help. More...
#include <ErrorDialog.h>
Public Member Functions | |
| ErrorDialog (wxWindow *parent, const TranslatableString &dlogTitle, const TranslatableString &message, const ManualPageID &helpPage, const std::wstring &log, const bool Close=true, const bool modal=true) | |
| virtual | ~ErrorDialog () |
Public Member Functions inherited from wxDialogWrapper | |
| wxDialogWrapper () | |
| wxDialogWrapper (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) | |
| bool | Create (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) |
| void | SetTitle (const TranslatableString &title) |
| void | SetLabel (const TranslatableString &title) |
| void | SetName (const TranslatableString &title) |
| void | SetName () |
Public Member Functions inherited from wxTabTraversalWrapper< wxDialog > | |
| wxTabTraversalWrapper (Args &&... args) | |
| wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete | |
| wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete | |
| wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
| wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
Private Member Functions | |
| void | OnPane (wxCollapsiblePaneEvent &event) |
| void | OnOk (wxCommandEvent &event) |
| void | OnHelp (wxCommandEvent &event) |
Private Attributes | |
| ManualPageID | dhelpPage |
| bool | dClose |
| bool | dModal |
Gives an Error message with an option for help.
Definition at line 25 of file ErrorDialog.h.
| ErrorDialog::ErrorDialog | ( | wxWindow * | parent, |
| const TranslatableString & | dlogTitle, | ||
| const TranslatableString & | message, | ||
| const ManualPageID & | helpPage, | ||
| const std::wstring & | log, | ||
| const bool | Close = true, |
||
| const bool | modal = true |
||
| ) |
Definition at line 45 of file ErrorDialog.cpp.
References ShuttleGuiBase::AddTextWindow(), eHelpButton, eIsCreating, eOkButton, S, safenew, and XO().
|
inlinevirtual |
Definition at line 36 of file ErrorDialog.h.
|
private |
Definition at line 128 of file ErrorDialog.cpp.
References dClose, dhelpPage, Identifier::GET(), HelpText(), HelpSystem::ShowHelp(), HelpSystem::ShowHtmlText(), str, TitleText(), and wxT().
|
private |
Definition at line 120 of file ErrorDialog.cpp.
References dModal.
|
private |
Definition at line 112 of file ErrorDialog.cpp.
|
private |
Definition at line 40 of file ErrorDialog.h.
Referenced by OnHelp().
|
private |
Definition at line 39 of file ErrorDialog.h.
Referenced by OnHelp().
|
private |
Definition at line 41 of file ErrorDialog.h.
Referenced by OnOk().