KTextAddons
11#include <TextEmoticonsCore/EmojiModelManager>
12#include <TextEmoticonsCore/EmojiProxyModel>
13#include <TextEmoticonsCore/UnicodeEmoticonManager>
15struct UnicodeEmoticonManagerForeign {
19 QML_NAMED_ELEMENT(UnicodeEmoticonManager)
20 QML_FOREIGN(TextEmoticonsCore::UnicodeEmoticonManager)
23 static TextEmoticonsCore::UnicodeEmoticonManager *create(QQmlEngine *, QJSEngine *)
25 auto inst = TextEmoticonsCore::UnicodeEmoticonManager::self();
31struct EmojiProxyModelForeign {
34 QML_NAMED_ELEMENT(EmojiProxyModel)
35 QML_FOREIGN(TextEmoticonsCore::EmojiProxyModel)
38struct EmojiModelManagerForeign {
42 QML_NAMED_ELEMENT(EmojiModelManager)
43 QML_FOREIGN(TextEmoticonsCore::EmojiModelManager)
46 static TextEmoticonsCore::EmojiModelManager *create(QQmlEngine *, QJSEngine *)
48 auto inst = TextEmoticonsCore::EmojiModelManager::self();
void setObjectOwnership(QObject *object, ObjectOwnership ownership)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 11:53:03 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.