Audacity 3.2.0
Macros | Functions
BatchCommandDialog.cpp File Reference
#include "BatchCommandDialog.h"
#include <wx/ownerdrw.h>
#include <wx/defs.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/statbox.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/listctrl.h>
#include <wx/button.h>
#include "Project.h"
#include "effects/EffectManager.h"
#include "ShuttleGui.h"
#include "HelpSystem.h"
Include dependency graph for BatchCommandDialog.cpp:

Go to the source code of this file.

Macros

#define CommandsListID   7001
 
#define EditParamsButtonID   7002
 
#define UsePresetButtonID   7003
 

Functions

 END_EVENT_TABLE ()
 

Macro Definition Documentation

◆ CommandsListID

#define CommandsListID   7001

Definition at line 45 of file BatchCommandDialog.cpp.

◆ EditParamsButtonID

#define EditParamsButtonID   7002

Definition at line 46 of file BatchCommandDialog.cpp.

◆ UsePresetButtonID

#define UsePresetButtonID   7003

Definition at line 47 of file BatchCommandDialog.cpp.

Function Documentation

◆ END_EVENT_TABLE()

END_EVENT_TABLE ( )