Audacity
3.2.0
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
p
r
s
t
u
v
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
w
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
h
i
k
l
m
o
p
r
s
t
x
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Related Functions
a
b
c
d
e
f
g
l
m
n
o
p
r
s
t
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
c
d
e
f
k
l
m
n
o
p
r
s
t
u
v
z
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
z
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
src
ExportLabelTrack.cpp
Go to the documentation of this file.
1
2
#include "
LabelTrack.h
"
3
#include "
ShuttleGui.h
"
4
#include "
prefs/ImportExportPrefs.h
"
5
6
namespace
7
{
8
void
AddControls
(
ShuttleGui
&
S
)
9
{
10
S
.StartStatic(
XO
(
"Exported Label Style:"
));
11
{
12
#if defined(__WXMAC__)
13
// Bug 2692: Place button group in panel so tabbing will work and,
14
// on the Mac, VoiceOver will announce as radio buttons.
15
S
.StartPanel();
16
#endif
17
{
18
S
.StartRadioButtonGroup(
LabelStyleSetting
);
19
{
20
S
.TieRadioButton();
21
S
.TieRadioButton();
22
}
23
S
.EndRadioButtonGroup();
24
}
25
#if defined(__WXMAC__)
26
S
.EndPanel();
27
#endif
28
}
29
S
.EndStatic();
30
}
31
32
ImportExportPrefs::RegisteredControls
reg
{
wxT
(
"LabelStyle"
),
AddControls
};
33
34
}
// namespace
wxT
wxT("CloseDown"))
XO
XO("Cut/Copy/Paste")
ImportExportPrefs.h
LabelStyleSetting
EnumSetting< bool > LabelStyleSetting
Definition:
LabelTrack.cpp:51
LabelTrack.h
ShuttleGui.h
S
#define S(N)
Definition:
ToChars.cpp:64
ShuttleGui
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Definition:
ShuttleGui.h:640
anonymous_namespace{ExportLabelTrack.cpp}::AddControls
void AddControls(ShuttleGui &S)
Definition:
ExportLabelTrack.cpp:8
anonymous_namespace{ExportLabelTrack.cpp}::reg
ImportExportPrefs::RegisteredControls reg
Definition:
ExportLabelTrack.cpp:32
ImportExportPrefs::RegisteredControls
Definition:
ImportExportPrefs.h:38
Generated by
1.9.3