![]() |
Audacity 3.2.0
|
#include "Effect.h"
#include <algorithm>
#include <wx/defs.h>
#include <wx/sizer.h>
#include "ConfigInterface.h"
#include "../LabelTrack.h"
#include "../ProjectSettings.h"
#include "../SelectFile.h"
#include "../ShuttleAutomation.h"
#include "../ShuttleGui.h"
#include "../SyncLock.h"
#include "ViewInfo.h"
#include "../WaveTrack.h"
#include "wxFileNameWrapper.h"
#include "../widgets/ProgressDialog.h"
#include "../widgets/NumericTextCtrl.h"
#include "../widgets/AudacityMessageBox.h"
#include "../widgets/VetoDialogHook.h"
#include <unordered_map>
Go to the source code of this file.
Typedefs | |
using | t2bHash = std::unordered_map< void *, bool > |
Functions | |
static const FileNames::FileTypes & | PresetTypes () |
Variables | |
static const int | kPlayID = 20102 |
using t2bHash = std::unordered_map< void*, bool > |
Definition at line 46 of file Effect.cpp.
|
static |
Definition at line 332 of file Effect.cpp.
References FileNames::AllFiles, wxT(), and XO().
Referenced by Effect::ExportPresets(), and Effect::ImportPresets().
|
static |
Definition at line 43 of file Effect.cpp.