Audacity 3.2.0
|
Classes | |
struct | LogWindowUpdater |
Functions | |
void | OnCloseWindow (wxCloseEvent &e) |
void | OnClose (wxCommandEvent &e) |
void | OnClear (wxCommandEvent &e) |
void | OnSave (wxCommandEvent &e) |
void | OnCloseWindow (wxCloseEvent &WXUNUSED(e)) |
void | OnClose (wxCommandEvent &WXUNUSED(e)) |
void | OnClear (wxCommandEvent &WXUNUSED(e)) |
void | OnSave (wxCommandEvent &WXUNUSED(e)) |
Variables | |
Destroy_ptr< wxFrame > | sFrame |
wxWeakRef< wxTextCtrl > | sText |
std::optional< LogWindowUpdater > | pUpdater |
void anonymous_namespace{LogWindow.cpp}::OnClear | ( | wxCommandEvent & | e | ) |
void anonymous_namespace{LogWindow.cpp}::OnClear | ( | wxCommandEvent & | WXUNUSEDe | ) |
Definition at line 202 of file LogWindow.cpp.
References AudacityLogger::Get().
Referenced by LogWindow::Show().
void anonymous_namespace{LogWindow.cpp}::OnClose | ( | wxCommandEvent & | e | ) |
void anonymous_namespace{LogWindow.cpp}::OnClose | ( | wxCommandEvent & | WXUNUSEDe | ) |
Definition at line 196 of file LogWindow.cpp.
References OnCloseWindow().
Referenced by LogWindow::Show().
void anonymous_namespace{LogWindow.cpp}::OnCloseWindow | ( | wxCloseEvent & | e | ) |
void anonymous_namespace{LogWindow.cpp}::OnCloseWindow | ( | wxCloseEvent & | WXUNUSEDe | ) |
Definition at line 184 of file LogWindow.cpp.
References sFrame.
Referenced by OnClose(), and LogWindow::Show().
void anonymous_namespace{LogWindow.cpp}::OnSave | ( | wxCommandEvent & | e | ) |
void anonymous_namespace{LogWindow.cpp}::OnSave | ( | wxCommandEvent & | WXUNUSEDe | ) |
Definition at line 209 of file LogWindow.cpp.
References _, AudacityMessageBox(), SelectFile(), sFrame, sText, FileNames::TextFiles, wxT(), and XO().
Referenced by LogWindow::Show().
std::optional<LogWindowUpdater> anonymous_namespace{LogWindow.cpp}::pUpdater |
Definition at line 53 of file LogWindow.cpp.
Referenced by Ruler::SetUpdater(), LogWindow::Show(), and PendingTracks::UpdatePendingTracks().
Destroy_ptr<wxFrame> anonymous_namespace{LogWindow.cpp}::sFrame |
Definition at line 43 of file LogWindow.cpp.
Referenced by LogWindow::Destroy(), OnCloseWindow(), OnSave(), LogWindow::Show(), and anonymous_namespace{LogWindow.cpp}::LogWindowUpdater::UpdatePrefs().
wxWeakRef<wxTextCtrl> anonymous_namespace{LogWindow.cpp}::sText |
Definition at line 44 of file LogWindow.cpp.
Referenced by ProgressDialog::AddMessageAsColumn(), OnSave(), and LogWindow::Show().