Home
last modified time | relevance | path

Searched refs:getEmote (Results 1 – 8 of 8) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/shortcut/
H A Demoteshortcut.h60 unsigned char getEmote(const size_t index) const A_WARN_UNUSED in getEmote() function
/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Demoteshortcutcontainer.cpp220 else if (emoteShortcut->getEmote(index) != 0U) in mousePressed()
259 else if ((emoteShortcut->getEmote(index) != 0U) && mEmoteClicked) in mouseReleased()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/messages/
H A DMessageElement.hpp245 EmotePtr getEmote() const;
264 EmotePtr getEmote() const;
H A DMessageElement.cpp155 EmotePtr EmoteElement::getEmote() const in getEmote() function in chatterino::EmoteElement
223 EmotePtr BadgeElement::getEmote() const in getEmote() function in chatterino::BadgeElement
/dports/games/manaplus/manaplus-2.1.3.17/src/progs/manaplus/actions/
H A Dpets.cpp109 petHandler->emote(emoteShortcut->getEmote(emotion)); in impHandler()
H A Dcommands.cpp1043 homunculusHandler->emote(emoteShortcut->getEmote(emotion)); in impHandler()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/widgets/helper/
H A DChannelView.cpp1469 emoteElement->getEmote()->images.getImage(3.0)); in mouseMoveEvent()
1474 badgeElement->getEmote()->images.getImage(3.0)); in mouseMoveEvent()
1868 addEmoteContextMenuItems(*badgeElement->getEmote(), creatorFlags, in addContextMenuItems()
1878 addEmoteContextMenuItems(*emoteElement->getEmote(), creatorFlags, in addContextMenuItems()
/dports/net-im/chatterino2/chatterino2-2.3.4/src/messages/layouts/
H A DMessageLayoutElement.cpp112 str += emoteElement->getEmote()->getCopyString(); in addCopyTextToString()