Audacity 3.2.0
|
#include <LinkAccountDialog.h>
Public Member Functions | |
LinkAccountDialog (wxWindow *parent=nullptr) | |
~LinkAccountDialog () override | |
Public Member Functions inherited from wxDialogWrapper | |
wxDialogWrapper () | |
wxDialogWrapper (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) | |
bool | Create (wxWindow *parent, wxWindowID id, const TranslatableString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_DIALOG_STYLE, const TranslatableString &name=XO("Dialog")) |
void | SetTitle (const TranslatableString &title) |
void | SetLabel (const TranslatableString &title) |
void | SetName (const TranslatableString &title) |
void | SetName () |
Public Member Functions inherited from wxTabTraversalWrapper< wxDialog > | |
wxTabTraversalWrapper (Args &&... args) | |
wxTabTraversalWrapper (const wxTabTraversalWrapper &)=delete | |
wxTabTraversalWrapper (wxTabTraversalWrapper &&)=delete | |
wxTabTraversalWrapper & | operator= (const wxTabTraversalWrapper &)=delete |
wxTabTraversalWrapper & | operator= (wxTabTraversalWrapper &&)=delete |
Private Member Functions | |
void | OnContinue () |
void | OnTextChanged () |
Private Attributes | |
wxButton * | mContinueButton { nullptr } |
wxTextCtrl * | mToken { nullptr } |
Definition at line 20 of file LinkAccountDialog.h.
|
explicit |
Definition at line 31 of file LinkAccountDialog.cpp.
|
override |
Definition at line 81 of file LinkAccountDialog.cpp.
References cloud::audiocom::GetAuthorizationHandler(), and cloud::audiocom::AuthorizationHandler::PopSuppressDialogs().
|
private |
Definition at line 86 of file LinkAccountDialog.cpp.
References cloud::audiocom::GetOAuthService(), cloud::audiocom::OAuthService::HandleLinkURI(), mContinueButton, mToken, and audacity::ToUTF8().
|
private |
Definition at line 124 of file LinkAccountDialog.cpp.
|
private |
Definition at line 30 of file LinkAccountDialog.h.
Referenced by OnContinue().
|
private |
Definition at line 31 of file LinkAccountDialog.h.
Referenced by OnContinue().