Audacity 3.2.0
Enumerations
LV2Validator.cpp File Reference
#include "LV2Validator.h"
#include "effects/EffectBase.h"
#include "LV2EffectMeter.h"
#include "LV2Instance.h"
#include "LV2Wrapper.h"
#include "ShuttleGui.h"
#include <wx/button.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/textctrl.h>
#include <wx/scrolwin.h>
#include "../../widgets/valnum.h"
#include "../../widgets/NumericTextCtrl.h"
#include <gtk/gtk.h>
Include dependency graph for LV2Validator.cpp:

Go to the source code of this file.

Enumerations

enum  {
  ID_Duration = 10000 , ID_Triggers = 11000 , ID_Toggles = 12000 , ID_Sliders = 13000 ,
  ID_Choices = 14000 , ID_Texts = 15000
}
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
ID_Duration 
ID_Triggers 
ID_Toggles 
ID_Sliders 
ID_Choices 
ID_Texts 

Definition at line 123 of file LV2Validator.cpp.

124{
125 ID_Duration = 10000,
126 ID_Triggers = 11000,
127 ID_Toggles = 12000,
128 ID_Sliders = 13000,
129 ID_Choices = 14000,
130 ID_Texts = 15000,
131};
@ ID_Triggers
@ ID_Texts
@ ID_Duration
@ ID_Choices
@ ID_Sliders
@ ID_Toggles