Krita Source Code Documentation
Loading...
Searching...
No Matches
Plugin.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
*
3
* SPDX-FileCopyrightText: 2017 Boudewijn Rempt <boud@valdyas.org>
4
*
5
* SPDX-License-Identifier: LGPL-2.0-or-later
6
*/
7
8
#ifndef SVG_TEXT_TOOL_PLUGIN_H
9
#define SVG_TEXT_TOOL_PLUGIN_H
10
11
#include <QObject>
12
#include <QVariantList>
13
14
class
Plugin
:
public
QObject
15
{
16
Q_OBJECT
17
18
public
:
19
Plugin
(QObject *parent,
const
QVariantList &);
20
~Plugin
() {}
21
};
22
23
#endif
24
Plugin
Definition
Plugin.h:13
Plugin::~Plugin
~Plugin()
Definition
Plugin.h:20
Plugin::Plugin
Plugin(QObject *parent, const QVariantList &)
plugins
tools
svgtexttool
Plugin.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1