TextEmoticonsCore::UnicodeEmoticon
#include <unicodeemoticon.h>
Public Member Functions | |
QStringList | aliases () const |
QString | category () const |
bool | hasEmoji (const QString &identifier) const |
QString | identifier () const |
bool | isValid () const |
QString | key () const |
bool | operator== (const UnicodeEmoticon &other) const |
int | order () const |
void | setAliases (const QStringList &aliases) |
void | setCategory (const QString &category) |
void | setIdentifier (const QString &identifier) |
void | setKey (const QString &key) |
void | setOrder (int order) |
void | setUnicode (const QString &unicode) |
QString | unicode () const |
QString | unicodeDisplay () const |
Detailed Description
The UnicodeEmoticon class.
Definition at line 18 of file unicodeemoticon.h.
Member Function Documentation
◆ aliases()
|
nodiscard |
Definition at line 107 of file unicodeemoticon.cpp.
◆ category()
|
nodiscard |
Definition at line 97 of file unicodeemoticon.cpp.
◆ hasEmoji()
|
nodiscard |
Definition at line 117 of file unicodeemoticon.cpp.
◆ identifier()
|
nodiscard |
Definition at line 18 of file unicodeemoticon.cpp.
◆ isValid()
|
nodiscard |
Definition at line 13 of file unicodeemoticon.cpp.
◆ key()
|
nodiscard |
Definition at line 66 of file unicodeemoticon.cpp.
◆ operator==()
bool UnicodeEmoticon::operator== | ( | const UnicodeEmoticon & | other | ) | const |
Definition at line 76 of file unicodeemoticon.cpp.
◆ order()
|
nodiscard |
Definition at line 82 of file unicodeemoticon.cpp.
◆ setAliases()
void UnicodeEmoticon::setAliases | ( | const QStringList & | aliases | ) |
Definition at line 112 of file unicodeemoticon.cpp.
◆ setCategory()
void UnicodeEmoticon::setCategory | ( | const QString & | category | ) |
Definition at line 102 of file unicodeemoticon.cpp.
◆ setIdentifier()
void UnicodeEmoticon::setIdentifier | ( | const QString & | identifier | ) |
Definition at line 23 of file unicodeemoticon.cpp.
◆ setKey()
void UnicodeEmoticon::setKey | ( | const QString & | key | ) |
Definition at line 71 of file unicodeemoticon.cpp.
◆ setOrder()
void UnicodeEmoticon::setOrder | ( | int | order | ) |
Definition at line 87 of file unicodeemoticon.cpp.
◆ setUnicode()
void UnicodeEmoticon::setUnicode | ( | const QString & | unicode | ) |
Definition at line 92 of file unicodeemoticon.cpp.
◆ unicode()
|
nodiscard |
Definition at line 28 of file unicodeemoticon.cpp.
◆ unicodeDisplay()
|
nodiscard |
Definition at line 33 of file unicodeemoticon.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.