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
ui
dialogs
SyncInBackroundDialog.cpp
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
SyncInBackroundDialog.cpp
7
8
Dmitry Vedenko
9
10
**********************************************************************/
11
12
#include "
SyncInBackroundDialog.h
"
13
14
namespace
audacity::cloud::audiocom::sync
15
{
16
SyncInBackroundDialog::SyncInBackroundDialog
(
const
AudacityProject
*
project
)
17
:
AudioComDialogBase
{
project
,
18
DialogIdentifier
{
"SyncInBackroundDialog"
} }
19
{
20
AddTitle
(
XO
(
"Syncing your project"
));
21
22
AddParagraph
(
XO
(
23
"The project will sync in background while you work. You can check the sync status on the bottom right corner of Audacity at any time"
));
24
25
AddButton
(
OkIdentifier
(),
XO
(
"Continue"
),
DefaultButton
|
EscButton
);
26
}
27
28
DialogButtonIdentifier
SyncInBackroundDialog::OkIdentifier
()
29
{
30
return
{ L
"ok"
};
31
}
32
33
}
// namespace audacity::cloud::audiocom::sync
XO
XO("Cut/Copy/Paste")
SyncInBackroundDialog.h
project
const auto project
Definition:
TestWaveTrackMaker.cpp:18
AudacityProject
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
Definition:
Project.h:90
TaggedIdentifier< DialogIdentifierTag >
audacity::cloud::audiocom::sync::AudioComDialogBase
Definition:
AudioComDialogBase.h:38
audacity::cloud::audiocom::sync::AudioComDialogBase::AddTitle
void AddTitle(const TranslatableString &title)
Definition:
AudioComDialogBase.cpp:170
audacity::cloud::audiocom::sync::AudioComDialogBase::AddButton
void AddButton(DialogButtonIdentifier identifier, const TranslatableString &text, int type=None)
Definition:
AudioComDialogBase.cpp:195
audacity::cloud::audiocom::sync::AudioComDialogBase::AddParagraph
void AddParagraph(const TranslatableString ¶graph)
Definition:
AudioComDialogBase.cpp:184
audacity::cloud::audiocom::sync::AudioComDialogBase::DefaultButton
@ DefaultButton
Definition:
AudioComDialogBase.h:65
audacity::cloud::audiocom::sync::AudioComDialogBase::EscButton
@ EscButton
Definition:
AudioComDialogBase.h:66
audacity::cloud::audiocom::sync::SyncInBackroundDialog::SyncInBackroundDialog
SyncInBackroundDialog(const AudacityProject *project)
Definition:
SyncInBackroundDialog.cpp:16
audacity::cloud::audiocom::sync::SyncInBackroundDialog::OkIdentifier
static DialogButtonIdentifier OkIdentifier()
Definition:
SyncInBackroundDialog.cpp:28
audacity::cloud::audiocom::sync
Definition:
CloudSyncService.h:31
Generated by
1.9.3