Audacity 3.2.0
|
LongMessageDialog is a dialog with a Text Window in it to capture the more lengthy output from some commands. More...
Public Member Functions | |
LongMessageDialog (wxWindow *parent, const TranslatableString &title, int type=0, int flags=wxDEFAULT_DIALOG_STYLE, int additionalButtons=0) | |
~LongMessageDialog () | |
bool | Init () |
virtual void | OnOk (wxCommandEvent &evt) |
virtual void | OnCancel (wxCommandEvent &evt) |
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 |
Static Public Member Functions | |
static void | AcceptText (const wxString &Text) |
static void | Flush () |
Public Attributes | |
wxTextCtrl * | mTextCtrl |
wxString | mText |
Static Public Attributes | |
static LongMessageDialog * | pDlg = NULL |
Private Member Functions | |
wxDECLARE_NO_COPY_CLASS (LongMessageDialog) | |
Private Attributes | |
int | mType |
int | mAdditionalButtons |
LongMessageDialog is a dialog with a Text Window in it to capture the more lengthy output from some commands.
Definition at line 42 of file wxCommandTargets.cpp.
LongMessageDialog::LongMessageDialog | ( | wxWindow * | parent, |
const TranslatableString & | title, | ||
int | type = 0 , |
||
int | flags = wxDEFAULT_DIALOG_STYLE , |
||
int | additionalButtons = 0 |
||
) |
Definition at line 77 of file wxCommandTargets.cpp.
References wxDialogWrapper::SetName(), and XO().
LongMessageDialog::~LongMessageDialog | ( | ) |
Definition at line 93 of file wxCommandTargets.cpp.
|
static |
Definition at line 127 of file wxCommandTargets.cpp.
References Init(), mText, and XO().
Referenced by MessageDialogTarget::Update().
|
static |
Definition at line 138 of file wxCommandTargets.cpp.
References mText, and mTextCtrl.
Referenced by MessageDialogTarget::Flush().
bool LongMessageDialog::Init | ( | ) |
Definition at line 97 of file wxCommandTargets.cpp.
References eIsCreating, eOkButton, and S.
Referenced by AcceptText().
|
virtual |
Definition at line 122 of file wxCommandTargets.cpp.
|
virtual |
Definition at line 117 of file wxCommandTargets.cpp.
|
private |
|
private |
Definition at line 65 of file wxCommandTargets.cpp.
wxString LongMessageDialog::mText |
Definition at line 61 of file wxCommandTargets.cpp.
Referenced by AcceptText(), and Flush().
wxTextCtrl* LongMessageDialog::mTextCtrl |
Definition at line 60 of file wxCommandTargets.cpp.
Referenced by Flush().
|
private |
Definition at line 64 of file wxCommandTargets.cpp.
|
static |
Definition at line 62 of file wxCommandTargets.cpp.