Audacity 3.2.0
Functions | Variables
anonymous_namespace{DtmfGen.cpp} Namespace Reference

Functions

wxString AllSymbols ()
 

Variables

BuiltinEffectsModule::Registration< EffectDtmfreg
 

Function Documentation

◆ AllSymbols()

wxString anonymous_namespace{DtmfGen.cpp}::AllSymbols ( )

Definition at line 72 of file DtmfGen.cpp.

73{
74 wxString symbols;
75 for (unsigned int i = 0; i < WXSIZEOF(kSymbols); ++i)
76 symbols += kSymbols[i];
77 return symbols;
78}
static const wxChar * kSymbols[]
Definition: DtmfGen.cpp:56

References kSymbols.

Referenced by EffectDtmf::Parameters().

Here is the caller graph for this function:

Variable Documentation

◆ reg

BuiltinEffectsModule::Registration< EffectDtmf > anonymous_namespace{DtmfGen.cpp}::reg

Definition at line 88 of file DtmfGen.cpp.