Audacity 3.2.0
|
Enumerations | |
enum | { ID_SIGNIN , ID_CREATE_ACCOUNT , ID_WITH_GOOGLE , ID_WITH_FACEBOOK } |
Functions | |
auto | DialogNameForMode (LoginDialog::Mode mode) |
AButton * | MakeLoginButton (wxWindow *parent, wxWindowID id, int imageId, const TranslatableString &label) |
wxStaticText * | MakeLabel (wxWindow *parent, const wxString &text) |
auto | DefaultErrorHandler (LoginDialog *dialog, LoginDialog::Mode mode) |
Variables | |
constexpr auto | RestorePasswordURL = "https://audio.com/auth/forgot-password" |
anonymous enum |
Enumerator | |
---|---|
ID_SIGNIN | |
ID_CREATE_ACCOUNT | |
ID_WITH_GOOGLE | |
ID_WITH_FACEBOOK |
Definition at line 21 of file LoginDialog.cpp.
auto anonymous_namespace{LoginDialog.cpp}::DefaultErrorHandler | ( | LoginDialog * | dialog, |
LoginDialog::Mode | mode | ||
) |
Definition at line 62 of file LoginDialog.cpp.
References BasicUI::CallAfter(), LoginDialog::Create, BasicUI::MessageBoxOptions::IconStyle(), BasicUI::ShowMessageBox(), and XXO().
Referenced by LoginDialog::ContinueCreateAccount(), and LoginDialog::ContinueSignIn().
auto anonymous_namespace{LoginDialog.cpp}::DialogNameForMode | ( | LoginDialog::Mode | mode | ) |
Definition at line 29 of file LoginDialog.cpp.
References LoginDialog::Create, and XO().
wxStaticText * anonymous_namespace{LoginDialog.cpp}::MakeLabel | ( | wxWindow * | parent, |
const wxString & | text | ||
) |
Definition at line 55 of file LoginDialog.cpp.
References ThemeBase::Colour(), label, safenew, and theTheme.
Referenced by LoginDialog::LayoutControls().
AButton * anonymous_namespace{LoginDialog.cpp}::MakeLoginButton | ( | wxWindow * | parent, |
wxWindowID | id, | ||
int | imageId, | ||
const TranslatableString & | label | ||
) |
Definition at line 36 of file LoginDialog.cpp.
References ThemeBase::Colour(), AButton::FrameTextHButton, ThemeBase::Image(), label, safenew, and theTheme.
Referenced by LoginDialog::LayoutControls().
|
constexpr |
Definition at line 19 of file LoginDialog.cpp.
Referenced by LoginDialog::LayoutControls().