Audacity
3.2.0
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