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
ConnectionIssuesDialog.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
UploadCancelledDialog.cpp
7
8
Dmitry Vedenko
9
10
**********************************************************************/
11
12
#include "
ConnectionIssuesDialog.h
"
13
14
namespace
audacity::cloud::audiocom::sync
15
{
16
audacity::cloud::audiocom::sync::ConnectionIssuesDialog::ConnectionIssuesDialog
(
17
const
AudacityProject
*
project
)
18
:
AudioComDialogBase
{
project
, {
"ConnectionIssuesDialog"
} }
19
{
20
AddTitle(
XO
(
"We encountered an issue syncing your file"
));
21
AddParagraph(
XO
(
22
"Don't worry, your changes will be saved to a temporary location and will be synchronized to your cloud copy when your internet connection resumes."
));
23
AddButton(
24
OkButtonIdentifier(),
XO
(
"OK"
),
25
DefaultButton | EscButton);
26
}
27
DialogButtonIdentifier
ConnectionIssuesDialog::OkButtonIdentifier()
28
{
29
return
DialogButtonIdentifier
();
30
}
31
}
// namespace audacity::cloud::audiocom::sync
ConnectionIssuesDialog.h
XO
XO("Cut/Copy/Paste")
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< DialogButtonIdentifierTag >
audacity::cloud::audiocom::sync::AudioComDialogBase
Definition:
AudioComDialogBase.h:38
audacity::cloud::audiocom::sync::ConnectionIssuesDialog::ConnectionIssuesDialog
ConnectionIssuesDialog(const AudacityProject *project)
Definition:
ConnectionIssuesDialog.cpp:16
audacity::cloud::audiocom::sync
Definition:
CloudSyncService.h:31
audacity::cloud::audiocom::sync::DialogButtonIdentifier
TaggedIdentifier< DialogButtonIdentifierTag > DialogButtonIdentifier
Definition:
AudioComDialogBase.h:35
Generated by
1.9.3