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
SyncSucceededDialog.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
SyncSucceededDialog.cpp
7
8
Dmitry Vedenko
9
10
**********************************************************************/
11
12
#include "
SyncSucceededDialog.h
"
13
14
namespace
audacity::cloud::audiocom::sync
15
{
16
SyncSucceededDialog::SyncSucceededDialog
(
const
AudacityProject
*
project
)
17
:
AudioComDialogBase
{
project
}
18
{
19
AddTitle
(
XO
(
"Success!"
));
20
AddParagraph
(
21
XO
(
"All saved changes will now update to the cloud. You can manage this file from your uploaded projects page on audio.com"
));
22
23
AddButton
(
ViewOnlineIdentifier
(),
XO
(
"Done"
),
DefaultButton
);
24
}
25
26
DialogButtonIdentifier
SyncSucceededDialog::ViewOnlineIdentifier
()
27
{
28
return
{ L
"view_online"
};
29
}
30
31
}
// namespace audacity::cloud::audiocom::sync
XO
XO("Cut/Copy/Paste")
SyncSucceededDialog.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< DialogButtonIdentifierTag >
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::SyncSucceededDialog::ViewOnlineIdentifier
static DialogButtonIdentifier ViewOnlineIdentifier()
Definition:
SyncSucceededDialog.cpp:26
audacity::cloud::audiocom::sync::SyncSucceededDialog::SyncSucceededDialog
SyncSucceededDialog(const AudacityProject *project)
Definition:
SyncSucceededDialog.cpp:16
audacity::cloud::audiocom::sync
Definition:
CloudSyncService.h:31
Generated by
1.9.3