Audacity 3.2.0
Classes | Namespaces | Enumerations | Functions | Variables
ExportFilePanel.cpp File Reference
#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"
Include dependency graph for ExportFilePanel.cpp:

Go to the source code of this file.

Classes

class  anonymous_namespace{ExportFilePanel.cpp}::CustomSampleRateDialog
 

Namespaces

namespace  anonymous_namespace{ExportFilePanel.cpp}
 

Enumerations

enum  {
  anonymous_namespace{ExportFilePanel.cpp}::FolderBrowseID = wxID_HIGHEST , anonymous_namespace{ExportFilePanel.cpp}::FormatID , anonymous_namespace{ExportFilePanel.cpp}::AudioMixModeMonoID , anonymous_namespace{ExportFilePanel.cpp}::AudioMixModeStereoID ,
  anonymous_namespace{ExportFilePanel.cpp}::AudioMixModeCustomID , anonymous_namespace{ExportFilePanel.cpp}::AudioChannelsConfigureID , anonymous_namespace{ExportFilePanel.cpp}::SampleRateID
}
 

Functions

 wxDEFINE_EVENT (AUDACITY_EXPORT_FORMAT_CHANGE_EVENT, wxCommandEvent)
 

Variables

const ExportOptionsEditor::SampleRateList anonymous_namespace{ExportFilePanel.cpp}::DefaultRates
 

Function Documentation

◆ wxDEFINE_EVENT()

wxDEFINE_EVENT ( AUDACITY_EXPORT_FORMAT_CHANGE_EVENT  ,
wxCommandEvent   
)