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
playabletrack
wavetrack
ui
WaveChannelVRulerControls.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
WaveChannelVRulerControls.h
6
7
Paul Licameli split from TrackPanel.cpp
8
9
**********************************************************************/
10
11
#ifndef __AUDACITY_WAVE_TRACK_VRULER_CONTROLS__
12
#define __AUDACITY_WAVE_TRACK_VRULER_CONTROLS__
13
14
#include "../../../ui/ChannelVRulerControls.h"
15
16
class
Ruler
;
17
class
WaveTrack
;
18
19
namespace
WaveChannelVRulerControls
20
{
21
AUDACITY_DLL_API
Ruler
&
ScratchRuler
();
22
23
AUDACITY_DLL_API
void
DoDraw
(
ChannelVRulerControls
&controls,
24
TrackPanelDrawingContext
&context,
25
const
wxRect &rect,
unsigned
iPass);
26
};
27
28
#endif
ChannelVRulerControls
Definition:
ChannelVRulerControls.h:25
Ruler
Used to display a Ruler.
Definition:
Ruler.h:34
WaveTrack
A Track that contains audio waveform data.
Definition:
WaveTrack.h:203
WaveChannelVRulerControls
Definition:
WaveChannelVRulerControls.h:20
WaveChannelVRulerControls::ScratchRuler
AUDACITY_DLL_API Ruler & ScratchRuler()
Definition:
WaveChannelVRulerControls.cpp:28
WaveChannelVRulerControls::DoDraw
AUDACITY_DLL_API void DoDraw(ChannelVRulerControls &controls, TrackPanelDrawingContext &context, const wxRect &rect, unsigned iPass)
Definition:
WaveChannelVRulerControls.cpp:35
TrackPanelDrawingContext
Definition:
TrackPanelDrawingContext.h:22
Generated by
1.9.3