Krita Source Code Documentation
Loading...
Searching...
No Matches
KarbonToolsPlugin.cpp
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#include "KarbonToolsPlugin.h"
10
11#include <KoToolRegistry.h>
12#include <KoShapeRegistry.h>
13
14#include <kpluginfactory.h>
15
16K_PLUGIN_FACTORY_WITH_JSON(KarbonToolsPluginFactory, "karbon_tools.json", registerPlugin<KarbonToolsPlugin>();)
17
18KarbonToolsPlugin::KarbonToolsPlugin(QObject *parent, const QVariantList &)
19 : QObject(parent)
20{
23}
24#include <KarbonToolsPlugin.moc>
KarbonToolsPlugin(QObject *parent, const QVariantList &)
static KoShapeRegistry * instance()
static KoToolRegistry * instance()
K_PLUGIN_FACTORY_WITH_JSON(KritaASCCDLFactory, "kritaasccdl.json", registerPlugin< KritaASCCDL >();) KritaASCCDL