#include "ProjectRate.h"
#include <thread>
#include <wx/app.h>
#include <wx/cmdline.h>
#include <wx/combobox.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 "AudacityMessageBox.h"
#include "ProgressDialog.h"
#include "../widgets/Warning.h"
#include "wxFileNameWrapper.h"
Go to the source code of this file.
|
static void | Drain (wxInputStream *s, wxString *o) |
|
◆ ID_BROWSE
◆ Drain()
static void Drain |
( |
wxInputStream * |
s, |
|
|
wxString * |
o |
|
) |
| |
|
static |
◆ sRegisteredPlugin
Initial value:{ "CommandLine",
[]{ return std::make_unique< ExportCL >(); }
}
Definition at line 796 of file ExportCL.cpp.