KTextAddons

unicodeemoticonparser.h
1/*
2 SPDX-FileCopyrightText: 2019-2024 Laurent Montel <montel@kde.org>
3
4 SPDX-License-Identifier: LGPL-2.0-or-later
5*/
6
7#pragma once
8
9#include "textemoticonscore_export.h"
10#include "unicodeemoticon.h"
11#include <QList>
12namespace TextEmoticonsCore
13{
14/**
15 * @brief The UnicodeEmoticonParser class
16 * @author Laurent Montel <montel@kde.org>
17 */
18class TEXTEMOTICONSCORE_EXPORT UnicodeEmoticonParser
19{
20public:
23
24 [[nodiscard]] QList<UnicodeEmoticon> parse(const QJsonObject &o) const;
25 [[nodiscard]] static int changeOrder(const QString &name);
26};
27}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:51:28 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.