TextEmoticonsCore::EmoticonCategory
#include <emoticoncategory.h>
Properties | |
| QString | category |
| QString | i18nName |
| QString | name |
Public Member Functions | |
| QString | category () const |
| const QString & | i18nName () const |
| QString | name () const |
| bool | operator< (const EmoticonCategory &other) const |
| int | order () const |
| void | setCategory (const QString &category) |
| void | setI18nName (const QString &newI18nName) |
| void | setName (const QString &name) |
| void | setOrder (int newOrder) |
Detailed Description
The EmoticonCategory class.
Definition at line 18 of file emoticoncategory.h.
Property Documentation
◆ category
| QString TextEmoticonsCore::EmoticonCategory::category |
Definition at line 23 of file emoticoncategory.h.
◆ i18nName
| QString TextEmoticonsCore::EmoticonCategory::i18nName |
Definition at line 24 of file emoticoncategory.h.
◆ name
| QString TextEmoticonsCore::EmoticonCategory::name |
Definition at line 22 of file emoticoncategory.h.
Member Function Documentation
◆ category()
|
nodiscard |
Definition at line 21 of file emoticoncategory.cpp.
◆ i18nName()
|
nodiscard |
Definition at line 31 of file emoticoncategory.cpp.
◆ name()
|
nodiscard |
Definition at line 11 of file emoticoncategory.cpp.
◆ operator<()
|
nodiscard |
Definition at line 41 of file emoticoncategory.cpp.
◆ order()
|
nodiscard |
Definition at line 46 of file emoticoncategory.cpp.
◆ setCategory()
| void EmoticonCategory::setCategory | ( | const QString & | category | ) |
Definition at line 26 of file emoticoncategory.cpp.
◆ setI18nName()
| void EmoticonCategory::setI18nName | ( | const QString & | newI18nName | ) |
Definition at line 36 of file emoticoncategory.cpp.
◆ setName()
| void EmoticonCategory::setName | ( | const QString & | name | ) |
Definition at line 16 of file emoticoncategory.cpp.
◆ setOrder()
| void EmoticonCategory::setOrder | ( | int | newOrder | ) |
Definition at line 51 of file emoticoncategory.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:06:03 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.