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
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52