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
LinkWithTokenDialog.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
LinkAccountDialog.h
7
8
Dmitry Vedenko
9
10
**********************************************************************/
11
#pragma once
12
13
#include "
wxPanelWrapper.h
"
14
15
class
wxButton;
16
class
wxTextCtrl;
17
enum class
AudiocomTrace
;
18
19
namespace
audacity::cloud::audiocom
20
{
21
class
LinkWithTokenDialog
final :
public
wxDialogWrapper
22
{
23
public
:
24
explicit
LinkWithTokenDialog
(
AudiocomTrace
, wxWindow* parent =
nullptr
);
25
~LinkWithTokenDialog
()
override
;
26
27
private
:
28
void
OnContinue
();
29
void
OnTextChanged
();
30
31
wxButton*
mContinueButton
{
nullptr
};
32
wxTextCtrl*
mToken
{
nullptr
};
33
const
AudiocomTrace
mAudiocomTrace
;
34
};
35
}
// namespace audacity::cloud::audiocom
AudiocomTrace
AudiocomTrace
Definition:
ExportUtils.h:27
audacity::cloud::audiocom::LinkWithTokenDialog
Definition:
LinkWithTokenDialog.h:22
audacity::cloud::audiocom::LinkWithTokenDialog::OnContinue
void OnContinue()
Definition:
LinkWithTokenDialog.cpp:90
audacity::cloud::audiocom::LinkWithTokenDialog::OnTextChanged
void OnTextChanged()
Definition:
LinkWithTokenDialog.cpp:126
audacity::cloud::audiocom::LinkWithTokenDialog::mToken
wxTextCtrl * mToken
Definition:
LinkWithTokenDialog.h:32
audacity::cloud::audiocom::LinkWithTokenDialog::mAudiocomTrace
const AudiocomTrace mAudiocomTrace
Definition:
LinkWithTokenDialog.h:33
audacity::cloud::audiocom::LinkWithTokenDialog::mContinueButton
wxButton * mContinueButton
Definition:
LinkWithTokenDialog.h:31
audacity::cloud::audiocom::LinkWithTokenDialog::LinkWithTokenDialog
LinkWithTokenDialog(AudiocomTrace, wxWindow *parent=nullptr)
Definition:
LinkWithTokenDialog.cpp:32
audacity::cloud::audiocom::LinkWithTokenDialog::~LinkWithTokenDialog
~LinkWithTokenDialog() override
Definition:
LinkWithTokenDialog.cpp:85
wxDialogWrapper
Definition:
wxPanelWrapper.h:80
audacity::cloud::audiocom
Definition:
CloudLibrarySettings.cpp:17
wxPanelWrapper.h
Generated by
1.9.3