![]() |
Audacity 3.2.0
|
#include "ExportMultiple.h"#include <wx/defs.h>#include <wx/button.h>#include <wx/checkbox.h>#include <wx/choice.h>#include <wx/dialog.h>#include <wx/dirdlg.h>#include <wx/listbase.h>#include <wx/filefn.h>#include <wx/filename.h>#include <wx/log.h>#include <wx/radiobut.h>#include <wx/simplebook.h>#include <wx/statbox.h>#include <wx/stattext.h>#include <wx/textctrl.h>#include <wx/textdlg.h>#include "FileNames.h"#include "LabelTrack.h"#include "Project.h"#include "ProjectSettings.h"#include "ProjectWindow.h"#include "ProjectWindows.h"#include "Prefs.h"#include "SelectionState.h"#include "ShuttleGui.h"#include "../TagsEditor.h"#include "WaveTrack.h"#include "HelpSystem.h"#include "AudacityMessageBox.h"#include "AudacityTextEntryDialog.h"#include "ProgressDialog.h"Go to the source code of this file.
Classes | |
| class | anonymous_namespace{ExportMultiple.cpp}::ExportKit |
| A private class used to store the information needed to do an export. More... | |
Namespaces | |
| namespace | anonymous_namespace{ExportMultiple.cpp} |
Enumerations | |
| enum | { FormatID = 10001 , OptionsID , DirID , CreateID , ChooseID , LabelID , FirstID , FirstFileNameID , TrackID , ByNameAndNumberID , ByNameID , ByNumberID , PrefixID , OverwriteID } |
Functions | |
| EVT_LIST_ITEM_ACTIVATED (wxID_ANY, SuccessDialog::OnItemActivated) ExportMultipleDialog | |
| static unsigned | GetNumExportChannels (const TrackList &tracks) |
| anonymous enum |
| Enumerator | |
|---|---|
| FormatID | |
| OptionsID | |
| DirID | |
| CreateID | |
| ChooseID | |
| LabelID | |
| FirstID | |
| FirstFileNameID | |
| TrackID | |
| ByNameAndNumberID | |
| ByNameID | |
| ByNumberID | |
| PrefixID | |
| OverwriteID | |
Definition at line 79 of file ExportMultiple.cpp.
| EVT_LIST_ITEM_ACTIVATED | ( | wxID_ANY | , |
| SuccessDialog::OnItemActivated | |||
| ) |
Definition at line 120 of file ExportMultiple.cpp.
References project.
|
static |
Definition at line 701 of file ExportMultiple.cpp.
References WaveTrack::GetMute(), PlayableTrack::GetNotSolo(), WaveTrack::GetSolo(), and tracks.
Referenced by ExportMultipleDialog::ExportMultipleByLabel().