Messagelib

templatestextedit.h
1/* SPDX-FileCopyrightText: 2011-2024 Laurent Montel <montel@kde.org>
2 *
3 * SPDX-License-Identifier: LGPL-2.0-or-later
4 */
5
6#pragma once
7
8#include "templateparser_export.h"
9
10#include <TextCustomEditor/PlainTextEditorWidget>
11
12namespace TemplateParser
13{
14/**
15 * @brief The TemplatesTextEdit class
16 * @author Laurent Montel <montel@kde.org>
17 */
18class TEMPLATEPARSER_EXPORT TemplatesTextEdit : public TextCustomEditor::PlainTextEditorWidget
19{
20 Q_OBJECT
21public:
22 explicit TemplatesTextEdit(QWidget *parent = nullptr);
23 ~TemplatesTextEdit() override;
24};
25}
The TemplatesTextEdit class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.