KTextAddons
emoticontexteditaction.cpp
61 connect(d->selector, &EmoticonTextEditSelector::insertEmoji, this, &EmoticonTextEditAction::insertEmoticon);
bool customEmojiSupport() const
Return whether the custom emoji category is enabled.
Definition emoticontexteditaction.cpp:71
void setCustomEmojiSupport(bool b)
Set whether the custom emoji category should be shown.
Definition emoticontexteditaction.cpp:66
void insertEmoticon(const QString &)
This signal is emitted each time the user selects an emoji.
The EmoticonTextEditSelector class.
Definition emoticontexteditselector.h:27
void loadEmoticons()
Do all the magic of creating an TextEmoticonsCore::UnicodeEmoticonManager and loading the categories ...
Definition emoticontexteditselector.cpp:122
void setCustomEmojiSupport(bool b)
Set whether the custom emoji category should be shown.
Definition emoticontexteditselector.cpp:133
void insertEmoji(const QString &character)
This signal is emitted each time the user selects an emoji.
QString i18n(const char *text, const TYPE &arg...)
QIcon fromTheme(const QString &name)
QMetaObject::Connection connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)
QObject * parent() const const
QFuture< ArgsType< Signal > > connect(Sender *sender, Signal signal)
InstantPopup
QWidgetAction(QObject *parent)
This file is part of the KDE documentation.
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
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.