Audacity 3.2.0
|
#include "ProgressDialog.h"
#include <algorithm>
#include <wx/defs.h>
#include <wx/button.h>
#include <wx/dcclient.h>
#include <wx/datetime.h>
#include <wx/evtloop.h>
#include <wx/gauge.h>
#include <wx/frame.h>
#include <wx/intl.h>
#include <wx/log.h>
#include <wx/msgdlg.h>
#include <wx/settings.h>
#include <wx/sizer.h>
#include <wx/sound.h>
#include <wx/stopwatch.h>
#include <wx/window.h>
#include <wx/stattext.h>
#include "Prefs.h"
#include "MemoryX.h"
Go to the source code of this file.
Variables | |
static const unsigned char | beep [] |
Implements ProgressDialog
Definition in file ProgressDialog.cpp.
|
static |
Definition at line 60 of file ProgressDialog.cpp.
Referenced by ProgressDialog::Beep().