KTextAddons

types.h
1/*
2 SPDX-FileCopyrightText: 2024 Joshua Goins <josh@redstrate.com>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include <QQmlEngine>
10
11#include <TextEmoticonsCore/EmojiModelManager>
12#include <TextEmoticonsCore/EmojiProxyModel>
13#include <TextEmoticonsCore/UnicodeEmoticonManager>
14
15struct UnicodeEmoticonManagerForeign {
16 Q_GADGET
17 QML_ELEMENT
18 QML_SINGLETON
19 QML_NAMED_ELEMENT(UnicodeEmoticonManager)
21};
22
23struct EmojiProxyModelForeign {
24 Q_GADGET
25 QML_ELEMENT
26 QML_NAMED_ELEMENT(EmojiProxyModel)
28};
29
30struct EmojiModelManagerForeign {
31 Q_GADGET
32 QML_ELEMENT
33 QML_SINGLETON
34 QML_NAMED_ELEMENT(EmojiModelManager)
36};
The EmojiModelManager class.
The EmojiProxyModel class.
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

KDE's Doxygen guidelines are available online.