Krita Source Code Documentation
Loading...
Searching...
No Matches
KarbonToolsPlugin.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2007 Jan Hambrecht <jaham@gmx.net>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef _KARBONTOOLSPLUGIN_H_
8
#define _KARBONTOOLSPLUGIN_H_
9
10
#include <QObject>
11
#include <QVariant>
12
13
class
KarbonToolsPlugin
:
public
QObject
14
{
15
Q_OBJECT
16
17
public
:
18
KarbonToolsPlugin
(QObject *parent,
const
QVariantList &);
19
~KarbonToolsPlugin
()
override
{}
20
21
};
22
23
#endif
// _KARBONTOOLSPLUGIN_H_
KarbonToolsPlugin
Definition
KarbonToolsPlugin.h:14
KarbonToolsPlugin::~KarbonToolsPlugin
~KarbonToolsPlugin() override
Definition
KarbonToolsPlugin.h:19
KarbonToolsPlugin::KarbonToolsPlugin
KarbonToolsPlugin(QObject *parent, const QVariantList &)
Definition
KarbonToolsPlugin.cpp:18
plugins
tools
karbonplugins
tools
KarbonToolsPlugin.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52