7#include "customemoji.h"
8#include "emoticonunicodeutils.h"
10using namespace TextEmoticonsCore;
11CustomEmoji::CustomEmoji()
15QString CustomEmoji::identifier()
const
20void CustomEmoji::setIdentifier(
const QString &newIdentifier)
22 mIdentifier = newIdentifier;
25QString CustomEmoji::category()
const
27 return EmoticonUnicodeUtils::customIdentifier();
30bool CustomEmoji::isAnimatedEmoji()
const
32 return mIsAnimatedEmoji;
35void CustomEmoji::setIsAnimatedEmoji(
bool newIsAnimatedEmoji)
37 mIsAnimatedEmoji = newIsAnimatedEmoji;
40QString CustomEmoji::fileName()
const
45void CustomEmoji::setFileName(
const QString &newFileName)
47 mFileName = newFileName;
52 d <<
"Identifier " << t.identifier();
53 d <<
"Is animated " << t.isAnimatedEmoji();
54 d <<
"category " << t.category();
58#include "moc_customemoji.cpp"
KTEXTEDITOR_EXPORT QDebug operator<<(QDebug s, const MovingCursor &cursor)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Dec 27 2024 11:48:29 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.