Krita Source Code Documentation
Loading...
Searching...
No Matches
ImageShapePlugin.cpp
Go to the documentation of this file.
1/* This file is part of the KDE project
2 *
3 * SPDX-FileCopyrightText: 2009 Inge Wallin <inge@lysator.liu.se>
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7
8#include "ImageShapePlugin.h"
9
10#include <kpluginfactory.h>
11
12#include <KoShapeRegistry.h>
13
14#include "ImageShapeFactory.h"
15
16K_PLUGIN_FACTORY_WITH_JSON(ImageShapePluginFactory, "krita_shape_image.json", registerPlugin<ImageShapePlugin>();)
17
18ImageShapePlugin::ImageShapePlugin(QObject *parent, const QVariantList &)
19 : QObject(parent)
20{
22}
23
24#include <ImageShapePlugin.moc>
ImageShapePlugin(QObject *parent, const QVariantList &)
static KoShapeRegistry * instance()
K_PLUGIN_FACTORY_WITH_JSON(KritaASCCDLFactory, "kritaasccdl.json", registerPlugin< KritaASCCDL >();) KritaASCCDL