Chatterino
Namespaces | Macros | Functions
UserInfoPopup.cpp File Reference
#include "UserInfoPopup.hpp"
#include "Application.hpp"
#include "common/Channel.hpp"
#include "common/NetworkRequest.hpp"
#include "common/QLogging.hpp"
#include "controllers/accounts/AccountController.hpp"
#include "controllers/highlights/HighlightBlacklistUser.hpp"
#include "controllers/hotkeys/HotkeyController.hpp"
#include "messages/Message.hpp"
#include "messages/MessageBuilder.hpp"
#include "providers/IvrApi.hpp"
#include "providers/twitch/TwitchChannel.hpp"
#include "providers/twitch/TwitchIrcServer.hpp"
#include "providers/twitch/api/Helix.hpp"
#include "singletons/Resources.hpp"
#include "singletons/Settings.hpp"
#include "singletons/Theme.hpp"
#include "singletons/WindowManager.hpp"
#include "util/Clipboard.hpp"
#include "util/Helpers.hpp"
#include "util/LayoutCreator.hpp"
#include "util/PostToThread.hpp"
#include "util/StreamerMode.hpp"
#include "widgets/Label.hpp"
#include "widgets/Scrollbar.hpp"
#include "widgets/Window.hpp"
#include "widgets/helper/ChannelView.hpp"
#include "widgets/helper/EffectLabel.hpp"
#include "widgets/helper/Line.hpp"
#include "widgets/splits/Split.hpp"
#include <QCheckBox>
#include <QDesktopServices>
#include <QNetworkAccessManager>
#include <QNetworkReply>
Include dependency graph for UserInfoPopup.cpp:

Namespaces

 chatterino
 

Macros

#define TEXT_USER_ID   "ID: "
 
#define TEXT_UNAVAILABLE   "(not available)"
 

Functions

const QString TEXT_FOLLOWERS ("Followers: %1")
 
const QString TEXT_CREATED ("Created: %1")
 
const QString TEXT_TITLE ("%1's Usercard - #%2")
 

Macro Definition Documentation

◆ TEXT_UNAVAILABLE

#define TEXT_UNAVAILABLE   "(not available)"

◆ TEXT_USER_ID

#define TEXT_USER_ID   "ID: "

Function Documentation

◆ TEXT_CREATED()

const QString TEXT_CREATED ( "Created: %1"  )
Here is the caller graph for this function:

◆ TEXT_FOLLOWERS()

const QString TEXT_FOLLOWERS ( "Followers: %1"  )
Here is the caller graph for this function:

◆ TEXT_TITLE()

const QString TEXT_TITLE ( "%1's Usercard - #%2"  )
Here is the caller graph for this function: