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
libraries
lib-wx-wrappers
AudacityDontAskAgainMessageDialog.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
AudacityDontAskAgainMessageDialog.h
6
7
A yes-no dialog with a don't-ask-again checkbox.
8
9
**********************************************************************/
10
11
#pragma once
12
13
#include "
wxPanelWrapper.h
"
14
15
class
WX_WRAPPERS_API
AudacityDontAskAgainMessageDialog
:
public
wxDialogWrapper
16
{
17
public
:
18
AudacityDontAskAgainMessageDialog
(
19
wxWindow* parent,
const
TranslatableString
& caption,
20
const
TranslatableString
& message);
21
22
bool
ShowDialog();
23
bool
IsChecked()
const
;
24
25
private
:
26
DECLARE_EVENT_TABLE
();
27
28
void
OnCheckBoxEvent(wxCommandEvent& evt);
29
void
OnClose
(wxCloseEvent& event);
30
31
bool
mChecked =
false
;
32
};
AudacityDontAskAgainMessageDialog
Definition:
AudacityDontAskAgainMessageDialog.h:16
AudacityDontAskAgainMessageDialog::DECLARE_EVENT_TABLE
DECLARE_EVENT_TABLE()
TranslatableString
Holds a msgid for the translation catalog; may also bind format arguments.
Definition:
TranslatableString.h:32
wxDialogWrapper
Definition:
wxPanelWrapper.h:80
anonymous_namespace{FileMenus.cpp}::OnClose
void OnClose(const CommandContext &context)
Definition:
FileMenus.cpp:241
wxPanelWrapper.h
Generated by
1.9.3