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
SoundActivatedRecord.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
SoundActivatedRecord.cpp
6
7
Martyn Shaw
8
9
This program is free software; you can redistribute it and/or modify
10
it under the terms of the GNU General Public License as published by
11
the Free Software Foundation; either version 2 of the License, or
12
(at your option) any later version.
13
14
********************************************************************/
15
16
#ifndef __AUDACITY_SOUND_ACTIVATED_RECORD__
17
#define __AUDACITY_SOUND_ACTIVATED_RECORD__
18
19
#include "
wxPanelWrapper.h
"
// to inherit
20
21
class
ShuttleGui
;
22
23
class
SoundActivatedRecordDialog
final :
public
wxDialogWrapper
24
{
25
public
:
26
SoundActivatedRecordDialog
(wxWindow* parent);
27
~SoundActivatedRecordDialog
();
28
29
private
:
30
void
OnOK
(wxCommandEvent& event);
31
32
void
PopulateOrExchange
(
ShuttleGui
&
S
);
33
34
DECLARE_EVENT_TABLE()
35
};
36
37
#endif
S
#define S(N)
Definition:
ToChars.cpp:64
ShuttleGui
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Definition:
ShuttleGui.h:640
SoundActivatedRecordDialog
Configures sound activated recording.
Definition:
SoundActivatedRecord.h:24
SoundActivatedRecordDialog::OnOK
void OnOK(wxCommandEvent &event)
Definition:
SoundActivatedRecord.cpp:67
SoundActivatedRecordDialog::PopulateOrExchange
void PopulateOrExchange(ShuttleGui &S)
Definition:
SoundActivatedRecord.cpp:48
SoundActivatedRecordDialog::~SoundActivatedRecordDialog
~SoundActivatedRecordDialog()
Definition:
SoundActivatedRecord.cpp:44
SoundActivatedRecordDialog::SoundActivatedRecordDialog
SoundActivatedRecordDialog(wxWindow *parent)
Definition:
SoundActivatedRecord.cpp:32
wxDialogWrapper
Definition:
wxPanelWrapper.h:80
wxPanelWrapper.h
Generated by
1.9.3