Krita Source Code Documentation
Loading...
Searching...
No Matches
PathShapesPlugin.cpp
Go to the documentation of this file.
1/* This file is part of the KDE project
2 * SPDX-FileCopyrightText: 2006 Thomas Zander <zander@kde.org>
3 * SPDX-FileCopyrightText: 2006 Thorsten Zachmann <zachmann@kde.org>
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7#include <KoShapeRegistry.h>
9
10#include "PathShapesPlugin.h"
16#include <kpluginfactory.h>
17
18K_PLUGIN_FACTORY_WITH_JSON(PathShapesPluginFactory, "calligra_shape_paths.json", registerPlugin<PathShapesPlugin>();)
19
30
31#include <PathShapesPlugin.moc>
Factory for ellipse shapes.
static KoShapeRegistry * instance()
PathShapesPlugin(QObject *parent, const QVariantList &)
Factory for path shapes.
Factory for spiral shapes.
Factory for path shapes.
K_PLUGIN_FACTORY_WITH_JSON(KritaASCCDLFactory, "kritaasccdl.json", registerPlugin< KritaASCCDL >();) KritaASCCDL