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
widgets
LogarithmicUpdater.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
LogarithmicUpdater.h
6
7
Dominic Mazzoni
8
Michael Papadopoulos split from Ruler.h
9
10
**********************************************************************/
11
12
#ifndef __AUDACITY_LOGARITHMIC_UPDATER__
13
#define __AUDACITY_LOGARITHMIC_UPDATER__
14
15
#include "
GeneratedUpdater.h
"
16
17
class
LogarithmicUpdater
final :
public
GeneratedUpdater
{
18
public
:
19
static
const
LogarithmicUpdater
&
Instance
();
20
21
~LogarithmicUpdater
()
override
;
22
23
void
Update
(
24
wxDC& dc,
const
Envelope
* envelope,
25
UpdateOutputs
& allOutputs,
const
RulerStruct
& context
26
)
const override
;
27
28
private
:
29
LogarithmicUpdater
() =
default
;
30
};
31
32
#endif
GeneratedUpdater.h
Envelope
Piecewise linear or piecewise exponential function from double to double.
Definition:
Envelope.h:72
GeneratedUpdater
Definition:
GeneratedUpdater.h:17
LogarithmicUpdater
Definition:
LogarithmicUpdater.h:17
LogarithmicUpdater::LogarithmicUpdater
LogarithmicUpdater()=default
LogarithmicUpdater::Instance
static const LogarithmicUpdater & Instance()
Definition:
LogarithmicUpdater.cpp:15
LogarithmicUpdater::~LogarithmicUpdater
~LogarithmicUpdater() override
LogarithmicUpdater::Update
void Update(wxDC &dc, const Envelope *envelope, UpdateOutputs &allOutputs, const RulerStruct &context) const override
Definition:
LogarithmicUpdater.cpp:21
RulerStruct
Definition:
RulerUpdater.h:26
RulerUpdater::UpdateOutputs
Definition:
RulerUpdater.h:78
Generated by
1.9.3