Krita Source Code Documentation
Loading...
Searching...
No Matches
colorsmudge_paintop_plugin.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2011 Silvio Heinrich <plassy@web.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
9#include <klocalizedstring.h>
10
11#include <kis_debug.h>
12#include <kpluginfactory.h>
13
16
17#include "kis_colorsmudgeop.h"
20
21#include "kis_global.h"
22
23K_PLUGIN_FACTORY_WITH_JSON(ColorSmudgePaintOpPluginFactory, "kritacolorsmudgepaintop.json", registerPlugin<ColorSmudgePaintOpPlugin>();)
24
25
26ColorSmudgePaintOpPlugin::ColorSmudgePaintOpPlugin(QObject* parent, const QVariantList&):
27 QObject(parent)
28{
30 "colorsmudge", i18n("Color Smudge"), KisPaintOpFactory::categoryStable(), "krita-colorsmudge.png",
31 QString(), QStringList(), 2)
32 );
33}
34
36
37#include "colorsmudge_paintop_plugin.moc"
QList< QString > QStringList
ColorSmudgePaintOpPlugin(QObject *parent, const QVariantList &)
static QString categoryStable()
static KisPaintOpRegistry * instance()
K_PLUGIN_FACTORY_WITH_JSON(KritaASCCDLFactory, "kritaasccdl.json", registerPlugin< KritaASCCDL >();) KritaASCCDL