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-menus
Keyboard.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
Keyboard.h
6
7
Dominic Mazzoni
8
Brian Gunlogson
9
10
**********************************************************************/
11
12
#ifndef __AUDACITY_KEYBOARD__
13
#define __AUDACITY_KEYBOARD__
14
15
#include "
Identifier.h
"
16
17
class
wxKeyEvent;
18
19
struct
NormalizedKeyStringTag;
20
// Case insensitive comparisons
21
using
NormalizedKeyStringBase
=
TaggedIdentifier<NormalizedKeyStringTag, false>
;
22
23
struct
MENUS_API
NormalizedKeyString
:
NormalizedKeyStringBase
24
{
25
NormalizedKeyString
() =
default
;
26
explicit
NormalizedKeyString
(
const
wxString &
key
);
27
28
wxString
Display
(
bool
usesSpecialChars =
false
)
const
;
29
};
30
31
namespace
std
32
{
33
template
<>
struct
hash<
NormalizedKeyString
>
34
: hash< NormalizedKeyStringBase > {};
35
}
36
37
#endif
Identifier.h
key
static const AudacityProject::AttachedObjects::RegisteredFactory key
Definition:
NavigationMenus.cpp:547
TaggedIdentifier
Template generates different TaggedIdentifier classes that don't interconvert implicitly.
Definition:
Identifier.h:113
WaveChannelViewConstants::Display
Display
Definition:
WaveChannelViewConstants.h:18
std
STL namespace.
NormalizedKeyString
Definition:
Keyboard.h:24
NormalizedKeyString::NormalizedKeyString
NormalizedKeyString()=default
Generated by
1.9.3