KTextAddons
7#include "emoticoncategory.h"
8using namespace TextEmoticonsCore;
9EmoticonCategory::EmoticonCategory() =
default;
11QString EmoticonCategory::name()
const
16void EmoticonCategory::setName(
const QString &name)
21QString EmoticonCategory::category()
const
26void EmoticonCategory::setCategory(
const QString &category)
31const QString &EmoticonCategory::i18nName()
const
36void EmoticonCategory::setI18nName(
const QString &newI18nName)
38 mI18nName = newI18nName;
43 return mOrder < other.order();
46int EmoticonCategory::order()
const
51void EmoticonCategory::setOrder(
int newOrder)
58 d <<
"Name " << t.name();
59 d <<
"Category " << t.category();
60 d <<
"Category i18n" << t.i18nName();
64#include "moc_emoticoncategory.cpp"
The EmoticonCategory class.
KTEXTEDITOR_EXPORT QDebug operator<<(QDebug s, const MovingCursor &cursor)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:49:24 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.