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
tracks
labeltrack
ui
LabelTrackVRulerControls.cpp
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
LabelTrackVRulerControls.cpp
6
7
Paul Licameli split from TrackPanel.cpp
8
9
**********************************************************************/
10
11
12
#include "
LabelTrackVRulerControls.h
"
13
14
#include "../../../HitTestResult.h"
15
16
#include "
AColor.h
"
17
#include "../../../TrackArtist.h"
18
#include "../../../TrackPanelDrawingContext.h"
19
20
LabelTrackVRulerControls::~LabelTrackVRulerControls
()
21
{
22
}
23
24
void
LabelTrackVRulerControls::Draw
(
25
TrackPanelDrawingContext
&context,
26
const
wxRect &rect_,
unsigned
iPass )
27
{
28
ChannelVRulerControls::Draw
(context, rect_, iPass);
29
}
30
31
void
LabelTrackVRulerControls::UpdateRuler
(
const
wxRect &rect )
32
{
33
// Label tracks do not have a vruler
34
// do nothing
35
}
AColor.h
LabelTrackVRulerControls.h
LabelTrackVRulerControls::Draw
void Draw(TrackPanelDrawingContext &context, const wxRect &rect, unsigned iPass) override
Definition:
LabelTrackVRulerControls.cpp:24
LabelTrackVRulerControls::UpdateRuler
void UpdateRuler(const wxRect &rect) override
Definition:
LabelTrackVRulerControls.cpp:31
LabelTrackVRulerControls::~LabelTrackVRulerControls
~LabelTrackVRulerControls()
Definition:
LabelTrackVRulerControls.cpp:20
TrackPanelDrawable::Draw
virtual void Draw(TrackPanelDrawingContext &context, const wxRect &rect, unsigned iPass)
Definition:
TrackPanelDrawable.cpp:17
TrackPanelDrawingContext
Definition:
TrackPanelDrawingContext.h:22
Generated by
1.9.3