![]() |
Audacity 3.2.0
|
#include <AuthorizationHandler.h>
Public Member Functions | |
| AuthorizationHandler () | |
| void | PushSuppressDialogs () |
| void | PopSuppressDialogs () |
Private Member Functions | |
| void | OnAuthStateChanged (const AuthStateChangedMessage &message) |
Private Attributes | |
| Observer::Subscription | mAuthStateChangedSubscription |
| size_t | mSuppressed {} |
Definition at line 19 of file AuthorizationHandler.h.
| cloud::audiocom::AuthorizationHandler::AuthorizationHandler | ( | ) |
Definition at line 32 of file AuthorizationHandler.cpp.
References OnAuthStateChanged().
|
private |
Definition at line 51 of file AuthorizationHandler.cpp.
References cloud::audiocom::AuthStateChangedMessage::authorised, cloud::audiocom::AuthStateChangedMessage::errorMessage, and mSuppressed.
Referenced by AuthorizationHandler().
| void cloud::audiocom::AuthorizationHandler::PopSuppressDialogs | ( | ) |
Definition at line 43 of file AuthorizationHandler.cpp.
References mSuppressed.
Referenced by cloud::audiocom::LinkAccountDialog::~LinkAccountDialog(), and cloud::audiocom::ShareAudioDialog::~ShareAudioDialog().
| void cloud::audiocom::AuthorizationHandler::PushSuppressDialogs | ( | ) |
Definition at line 38 of file AuthorizationHandler.cpp.
References mSuppressed.
|
private |
Definition at line 31 of file AuthorizationHandler.h.
|
private |
Definition at line 33 of file AuthorizationHandler.h.
Referenced by OnAuthStateChanged(), PopSuppressDialogs(), and PushSuppressDialogs().