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-command-parameters
ShuttlePrefs.h
Go to the documentation of this file.
1
/**********************************************************************
2
3
Audacity: A Digital Audio Editor
4
5
ShuttlePrefs.h
6
7
Dominic Mazzoni
8
James Crook
9
10
**********************************************************************/
11
12
#ifndef __AUDACITY_SHUTTLE_PREFS__
13
#define __AUDACITY_SHUTTLE_PREFS__
14
15
#include "
SettingsVisitor.h
"
16
17
class
COMMAND_PARAMETERS_API
ShuttlePrefs
final
18
{
19
public
:
20
bool
mbStoreInClient{};
21
wxString
mValueString
;
22
23
// constructors and destructors
24
ShuttlePrefs
(){}
25
~ShuttlePrefs
() {}
26
27
public
:
28
bool
TransferBool(
const
wxString & Name,
bool
& bValue,
const
bool
& bDefault );
29
// bool TransferFloat( const wxString & Name, float & fValue, const float &fDefault );
30
bool
TransferDouble(
const
wxString & Name,
double
& dValue,
const
double
&dDefault );
31
bool
TransferInt(
const
wxString & Name,
int
& iValue,
const
int
&iDefault);
32
bool
TransferString(
const
wxString & Name, wxString & strValue,
const
wxString &strDefault);
33
bool
TransferWrappedType(
const
wxString & Name,
WrappedType
&
W
);
34
bool
ExchangeWithMaster(
const
wxString & Name);
35
};
36
37
#endif
SettingsVisitor.h
W
#define W(N, I)
Definition:
ToChars.cpp:60
ShuttlePrefs
A kind of Shuttle to exchange data with preferences e.g. the registry.
Definition:
ShuttlePrefs.h:18
ShuttlePrefs::~ShuttlePrefs
~ShuttlePrefs()
Definition:
ShuttlePrefs.h:25
ShuttlePrefs::mValueString
wxString mValueString
Definition:
ShuttlePrefs.h:21
ShuttlePrefs::ShuttlePrefs
ShuttlePrefs()
Definition:
ShuttlePrefs.h:24
WrappedType
Used in type conversions, this wrapper for ints, strings, doubles and enums provides conversions betw...
Definition:
WrappedType.h:28
Generated by
1.9.3