Chatterino
|
#include "MessageBuilder.hpp"
#include "Application.hpp"
#include "common/IrcColors.hpp"
#include "common/LinkParser.hpp"
#include "controllers/accounts/AccountController.hpp"
#include "messages/Image.hpp"
#include "messages/Message.hpp"
#include "messages/MessageElement.hpp"
#include "providers/LinkResolver.hpp"
#include "providers/twitch/PubSubActions.hpp"
#include "singletons/Emotes.hpp"
#include "singletons/Resources.hpp"
#include "singletons/Theme.hpp"
#include "util/FormatTime.hpp"
#include "util/Qt.hpp"
#include <QDateTime>
Namespaces | |
chatterino | |
Functions | |
MessagePtr | chatterino::makeSystemMessage (const QString &text) |
MessagePtr | chatterino::makeSystemMessage (const QString &text, const QTime &time) |
EmotePtr | chatterino::makeAutoModBadge () |
MessagePtr | chatterino::makeAutomodInfoMessage (const AutomodInfoAction &action) |
std::pair< MessagePtr, MessagePtr > | chatterino::makeAutomodMessage (const AutomodAction &action) |