Audacity 3.2.0
|
#include "UserPanel.h"
#include <cassert>
#include <wx/button.h>
#include <wx/sizer.h>
#include <wx/stattext.h>
#include "dialogs/LinkWithTokenDialog.h"
#include "OAuthService.h"
#include "ServiceConfig.h"
#include "UserService.h"
#include "CodeConversions.h"
#include "ExportUtils.h"
#include "AllThemeResources.h"
#include "Theme.h"
#include "UserImage.h"
#include "MemoryX.h"
#include "HelpSystem.h"
Go to the source code of this file.
Namespaces | |
namespace | audacity |
namespace | audacity::cloud |
namespace | audacity::cloud::audiocom |
namespace | audacity::cloud::audiocom::anonymous_namespace{UserPanel.cpp} |
Variables | |
const wxSize | audacity::cloud::audiocom::anonymous_namespace{UserPanel.cpp}::avatarSize = { 32, 32 } |
const auto | audacity::cloud::audiocom::anonymous_namespace{UserPanel.cpp}::notLinkedText = XO("Account not linked") |
const auto | audacity::cloud::audiocom::anonymous_namespace{UserPanel.cpp}::anonymousText = XO("Anonymous") |