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
modules
sharing
mod-cloud-audiocom
CloudModuleSettings.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
ModulePrefs.h
7
8
Dmitry Vedenko
9
10
**********************************************************************/
11
#pragma once
12
13
#include "
Prefs.h
"
14
15
namespace
audacity::cloud::audiocom::sync
16
{
17
enum class
CloudLocationMode
18
{
19
Ask
,
20
Local
,
21
Cloud
,
22
};
23
24
extern
EnumSetting<CloudLocationMode>
SaveLocationMode
;
25
extern
EnumSetting<CloudLocationMode>
ExportLocationMode
;
26
27
extern
BoolSetting
MixdownDialogShown
;
28
}
// namespace audacity::cloud::audiocom::sync
Prefs.h
BoolSetting
This specialization of Setting for bool adds a Toggle method to negate the saved value.
Definition:
Prefs.h:346
EnumSetting< CloudLocationMode >
audacity::cloud::audiocom::sync
Definition:
CloudSyncService.h:31
audacity::cloud::audiocom::sync::SaveLocationMode
EnumSetting< CloudLocationMode > SaveLocationMode
Definition:
CloudModuleSettings.cpp:16
audacity::cloud::audiocom::sync::MixdownDialogShown
BoolSetting MixdownDialogShown
Definition:
CloudModuleSettings.cpp:32
audacity::cloud::audiocom::sync::CloudLocationMode
CloudLocationMode
Definition:
CloudModuleSettings.h:18
audacity::cloud::audiocom::sync::CloudLocationMode::Ask
@ Ask
audacity::cloud::audiocom::sync::CloudLocationMode::Cloud
@ Cloud
audacity::cloud::audiocom::sync::ProjectSyncStatus::Local
@ Local
audacity::cloud::audiocom::sync::ExportLocationMode
EnumSetting< CloudLocationMode > ExportLocationMode
Definition:
CloudModuleSettings.cpp:24
Generated by
1.9.3