#include "ExportFilePanel.h"
#include <numeric>
#include <wx/stattext.h>
#include <wx/button.h>
#include <wx/choice.h>
#include <wx/textctrl.h>
#include <wx/radiobut.h>
#include <wx/regex.h>
#include <wx/wupdlock.h>
#include "Export.h"
#include "ExportMixerDialog.h"
#include "ProjectRate.h"
#include "Mix.h"
#include "WaveTrack.h"
#include "ShuttleGui.h"
#include "ExportOptionsHandler.h"
#include "ExportPluginRegistry.h"
#include "ExportUtils.h"
#include "WindowAccessible.h"
Go to the source code of this file.
◆ wxDEFINE_EVENT()
wxDEFINE_EVENT |
( |
AUDACITY_EXPORT_FORMAT_CHANGE_EVENT |
, |
|
|
wxCommandEvent |
|
|
) |
| |