|
Chatterino
|
#include "providers/twitch/TwitchMessageBuilder.hpp"#include "Application.hpp"#include "controllers/accounts/AccountController.hpp"#include "controllers/ignores/IgnoreController.hpp"#include "controllers/ignores/IgnorePhrase.hpp"#include "controllers/userdata/UserDataController.hpp"#include "messages/Message.hpp"#include "providers/chatterino/ChatterinoBadges.hpp"#include "providers/ffz/FfzBadges.hpp"#include "providers/seventv/SeventvBadges.hpp"#include "providers/twitch/TwitchBadge.hpp"#include "providers/twitch/TwitchBadges.hpp"#include "providers/twitch/TwitchChannel.hpp"#include "providers/twitch/TwitchIrcServer.hpp"#include "singletons/Emotes.hpp"#include "singletons/Resources.hpp"#include "singletons/Settings.hpp"#include "singletons/Theme.hpp"#include "singletons/WindowManager.hpp"#include "util/Helpers.hpp"#include "util/IrcHelpers.hpp"#include "util/Qt.hpp"#include "widgets/Window.hpp"#include <QApplication>#include <QColor>#include <QDebug>#include <QMediaPlayer>#include <QStringRef>#include <boost/variant.hpp>#include "common/QLogging.hpp"Namespaces | |
| chatterino | |
Functions | |
| bool | chatterino::doesWordContainATwitchEmote (int cursor, const QString &word, const std::vector< TwitchEmoteOccurrence > &twitchEmotes, std::vector< TwitchEmoteOccurrence >::const_iterator ¤tTwitchEmoteIt) |
1.8.13