#include "ProjectRate.h"
#include <thread>
#include <wx/app.h>
#include <wx/cmdline.h>
#include <wx/combobox.h>
#include <wx/button.h>
#include <wx/log.h>
#include <wx/process.h>
#include <wx/sizer.h>
#include <wx/textctrl.h>
#include <wx/msw/registry.h>
#include "FileNames.h"
#include "Export.h"
#include "Mix.h"
#include "Prefs.h"
#include "SelectFile.h"
#include "ShuttleGui.h"
#include "Tags.h"
#include "Track.h"
#include "float_cast.h"
#include "widgets/FileHistory.h"
#include "wxPanelWrapper.h"
#include "widgets/Warning.h"
#include "wxFileNameWrapper.h"
#include "BasicUI.h"
#include "ExportOptionsEditor.h"
#include "ExportOptionsUIServices.h"
#include "ExportPluginHelpers.h"
#include "ExportPluginRegistry.h"
Go to the source code of this file.
◆ anonymous enum
Enumerator |
---|
CLOptionIDCommand | |
CLOptionIDShowOutput | |
Definition at line 160 of file ExportCL.cpp.
◆ CLOptions
◆ sRegisteredPlugin
Initial value:{ "CommandLine",
[]{ return std::make_unique< ExportCL >(); }
}
Definition at line 851 of file ExportCL.cpp.