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
effects
ClipIndicatorPanel.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*!********************************************************************
3
4
Audacity: A Digital Audio Editor
5
6
ClipIndicatorPanel.h
7
8
Matthieu Hodgkinson
9
10
**********************************************************************/
11
#pragma once
12
13
#include "
Observer.h
"
14
#include "
wxPanelWrapper.h
"
15
16
class
CompressorInstance
;
17
class
wxPaintDC;
18
19
class
ClipIndicatorPanel
final :
public
wxPanelWrapper
20
{
21
public
:
22
ClipIndicatorPanel
(wxWindow* parent,
int
id
);
23
void
SetClipped
();
24
void
Reset
();
25
26
protected
:
27
DECLARE_EVENT_TABLE
();
28
29
private
:
30
void
OnPaint
(wxPaintEvent& evt);
31
32
const
Observer::Subscription
mPlaybackStartStopSubscription
;
33
bool
mClipping
=
false
;
34
};
Observer.h
ClipIndicatorPanel
Definition:
ClipIndicatorPanel.h:20
ClipIndicatorPanel::SetClipped
void SetClipped()
Definition:
ClipIndicatorPanel.cpp:30
ClipIndicatorPanel::DECLARE_EVENT_TABLE
DECLARE_EVENT_TABLE()
ClipIndicatorPanel::mPlaybackStartStopSubscription
const Observer::Subscription mPlaybackStartStopSubscription
Definition:
ClipIndicatorPanel.h:32
ClipIndicatorPanel::OnPaint
void OnPaint(wxPaintEvent &evt)
Definition:
ClipIndicatorPanel.cpp:42
ClipIndicatorPanel::Reset
void Reset()
Definition:
ClipIndicatorPanel.cpp:36
ClipIndicatorPanel::mClipping
bool mClipping
Definition:
ClipIndicatorPanel.h:33
ClipIndicatorPanel::ClipIndicatorPanel
ClipIndicatorPanel(wxWindow *parent, int id)
Definition:
ClipIndicatorPanel.cpp:20
CompressorInstance
Definition:
CompressorInstance.h:31
Observer::Subscription
A move-only handle representing a connection to a Publisher.
Definition:
Observer.h:70
wxPanelWrapper
Definition:
wxPanelWrapper.h:40
wxPanelWrapper.h
Generated by
1.9.3