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
TrackPanelConstants.h
Go to the documentation of this file.
1
/*!********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
TrackPanelConstants.h
6
7
Paul Licameli split from ViewInfo.h
8
9
**********************************************************************/
10
11
#ifndef __AUDACITY_TRACK_PANEL_CONSTANTS__
12
#define __AUDACITY_TRACK_PANEL_CONSTANTS__
13
14
#include "
ZoomInfo.h
"
15
16
// See big pictorial comment in TrackPanel.cpp for explanation of these numbers
18
enum :
int
{
19
kAffordancesAreaHeight
= 18,
20
kTopInset
= 4,
21
kTopMargin
=
kTopInset
+
kBorderThickness
,
22
kBottomMargin
=
kShadowThickness
+
kBorderThickness
,
23
kTrackSeparatorThickness
=
kBottomMargin
+
kTopMargin
,
24
kChannelSeparatorThickness
= 1,
25
};
26
27
#endif
kBottomMargin
@ kBottomMargin
Definition:
TrackPanelConstants.h:22
kTopInset
@ kTopInset
Definition:
TrackPanelConstants.h:20
kTrackSeparatorThickness
@ kTrackSeparatorThickness
Definition:
TrackPanelConstants.h:23
kTopMargin
@ kTopMargin
Definition:
TrackPanelConstants.h:21
kChannelSeparatorThickness
@ kChannelSeparatorThickness
Definition:
TrackPanelConstants.h:24
kAffordancesAreaHeight
@ kAffordancesAreaHeight
Definition:
TrackPanelConstants.h:19
ZoomInfo.h
kShadowThickness
@ kShadowThickness
Definition:
ZoomInfo.h:23
kBorderThickness
@ kBorderThickness
Definition:
ZoomInfo.h:22
Generated by
1.9.3