TextEmoticonsCore::UnicodeEmoticon
#include <unicodeemoticon.h>
Public Member Functions | |
QStringList | aliases () const |
QString | category () const |
bool | diversityChildren () 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 | setDiversityChildren (bool b) |
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 95 of file unicodeemoticon.cpp.
◆ category()
|
nodiscard |
Definition at line 85 of file unicodeemoticon.cpp.
◆ diversityChildren()
|
nodiscard |
Definition at line 65 of file unicodeemoticon.cpp.
◆ hasEmoji()
|
nodiscard |
Definition at line 105 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 44 of file unicodeemoticon.cpp.
◆ operator==()
|
nodiscard |
Definition at line 54 of file unicodeemoticon.cpp.
◆ order()
|
nodiscard |
Definition at line 70 of file unicodeemoticon.cpp.
◆ setAliases()
void UnicodeEmoticon::setAliases | ( | const QStringList & | aliases | ) |
Definition at line 100 of file unicodeemoticon.cpp.
◆ setCategory()
void UnicodeEmoticon::setCategory | ( | const QString & | category | ) |
Definition at line 90 of file unicodeemoticon.cpp.
◆ setDiversityChildren()
void UnicodeEmoticon::setDiversityChildren | ( | bool | b | ) |
Definition at line 60 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 49 of file unicodeemoticon.cpp.
◆ setOrder()
void UnicodeEmoticon::setOrder | ( | int | order | ) |
Definition at line 75 of file unicodeemoticon.cpp.
◆ setUnicode()
void UnicodeEmoticon::setUnicode | ( | const QString & | unicode | ) |
Definition at line 80 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-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:46:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.