Audacity
3.2.0
src
LogWindow.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
LogWindow.h
6
7
Paul Licameli split from AudacityLogger.h
8
9
**********************************************************************/
10
11
#ifndef __AUDACITY_LOG_WINDOW__
12
#define __AUDACITY_LOG_WINDOW__
13
15
class
AUDACITY_DLL_API
LogWindow
16
{
17
public
:
19
static
void
Show(
bool
show =
true
);
21
static
void
Destroy();
22
};
23
24
#endif
LogWindow
Maintains the unique logging window which displays debug information.
Definition:
LogWindow.h:16
Generated by
1.9.3