Audacity 3.2.0
|
#include "LoginDialog.h"
#include <wx/sizer.h>
#include <wx/stattext.h>
#include <wx/button.h>
#include <wx/textctrl.h>
#include <wx/hyperlink.h>
#include <wx/statbmp.h>
#include "Theme.h"
#include "AllThemeResources.h"
#include "BasicUI.h"
#include "ExportUtils.h"
#include "OAuthService.h"
#include "widgets/AButton.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{LoginDialog.cpp} |
Functions | |
auto | anonymous_namespace{LoginDialog.cpp}::DialogNameForMode (LoginDialog::Mode mode) |
AButton * | anonymous_namespace{LoginDialog.cpp}::MakeLoginButton (wxWindow *parent, wxWindowID id, int imageId, const TranslatableString &label) |
wxStaticText * | anonymous_namespace{LoginDialog.cpp}::MakeLabel (wxWindow *parent, const wxString &text) |
auto | anonymous_namespace{LoginDialog.cpp}::DefaultErrorHandler (LoginDialog *dialog, LoginDialog::Mode mode) |
Variables | |
constexpr auto | anonymous_namespace{LoginDialog.cpp}::RestorePasswordURL = "https://audio.com/auth/forgot-password" |