Audacity 3.2.0
|
Maintains the unique logging window which displays debug information. More...
#include <LogWindow.h>
Static Public Member Functions | |
static void | Show (bool show=true) |
Show or hide the unique logging window; create it on demand the first time it is shown. More... | |
static void | Destroy () |
Destroys the log window (if any) More... | |
Maintains the unique logging window which displays debug information.
Definition at line 15 of file LogWindow.h.
|
static |
Destroys the log window (if any)
Definition at line 178 of file LogWindow.cpp.
References anonymous_namespace{LogWindow.cpp}::sFrame.
Referenced by QuitAudacity().
|
static |
Show or hide the unique logging window; create it on demand the first time it is shown.
Definition at line 61 of file LogWindow.cpp.
References _, ThemeBase::Bitmap(), eIsCreating, AudacityLogger::Get(), LoggerID_Clear, LoggerID_Close, LoggerID_Save, anonymous_namespace{LogWindow.cpp}::OnClear(), anonymous_namespace{LogWindow.cpp}::OnClose(), anonymous_namespace{LogWindow.cpp}::OnCloseWindow(), anonymous_namespace{LogWindow.cpp}::OnSave(), anonymous_namespace{LogWindow.cpp}::pUpdater, S, safenew, anonymous_namespace{LogWindow.cpp}::sFrame, anonymous_namespace{LogWindow.cpp}::sText, theTheme, wxEVT_COMMAND_BUTTON_CLICKED, and XXO().
Referenced by anonymous_namespace{HelpMenus.cpp}::OnShowLog(), MultiDialog::OnShowLog(), and anonymous_namespace{LogWindow.cpp}::LogWindowUpdater::UpdatePrefs().