Chatterino
|
#include "boost/optional.hpp"
#include "common/Aliases.hpp"
#include "common/Atomic.hpp"
#include "providers/seventv/eventapi/SeventvEventAPIDispatch.hpp"
#include "providers/twitch/TwitchChannel.hpp"
#include <memory>
Go to the source code of this file.
Classes | |
class | chatterino::SeventvEmotes |
struct | chatterino::SeventvEmotes::ChannelInfo |
Namespaces | |
chatterino | |
Typedefs | |
using | chatterino::SeventvActiveEmoteFlags = FlagsEnum< SeventvActiveEmoteFlag > |
using | chatterino::SeventvEmoteFlags = FlagsEnum< SeventvEmoteFlag > |
Enumerations | |
enum | chatterino::SeventvActiveEmoteFlag : int64_t { chatterino::None = 0LL, chatterino::SeventvActiveEmoteFlag::ZeroWidth = (1LL << 0), chatterino::SeventvActiveEmoteFlag::OverrideTwitchGlobal = (1 << 16), chatterino::SeventvActiveEmoteFlag::OverrideTwitchSubscriber = (1 << 17), chatterino::SeventvActiveEmoteFlag::OverrideBetterTTV = (1 << 18) } |
enum | chatterino::SeventvEmoteFlag : int64_t { chatterino::None = 0LL, chatterino::SeventvEmoteFlag::Private = 1 << 0, chatterino::SeventvEmoteFlag::Authentic = (1LL << 1), chatterino::SeventvEmoteFlag::ZeroWidth = (1LL << 8), chatterino::SeventvEmoteFlag::ContentSexual = (1LL << 16), chatterino::SeventvEmoteFlag::ContentEpilepsy = (1LL << 17), chatterino::SeventvEmoteFlag::ContentEdgy = (1 << 18), chatterino::SeventvEmoteFlag::ContentTwitchDisallowed = (1LL << 24) } |