Krita Source Code Documentation
Loading...
Searching...
No Matches
hatching_paintop_plugin.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2008 Lukáš Tvrdý (lukast.dev@gmail.com)
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
7
8
9#include <klocalizedstring.h>
10
11#include <kis_debug.h>
12#include <kpluginfactory.h>
13
15
16
19
20#include "kis_global.h"
21
22K_PLUGIN_FACTORY_WITH_JSON(HatchingPaintOpPluginFactory, "kritahatchingpaintop.json", registerPlugin<HatchingPaintOpPlugin>();)
23
24
25HatchingPaintOpPlugin::HatchingPaintOpPlugin(QObject *parent, const QVariantList &)
26 : QObject(parent)
27{
30 KisPaintOpFactory::categoryStable() , "krita-hatching.png", QString(), QStringList(), 7));
31
32}
33
37
38#include "hatching_paintop_plugin.moc"
QList< QString > QStringList
HatchingPaintOpPlugin(QObject *parent, const QVariantList &)
static QString categoryStable()
static KisPaintOpRegistry * instance()
K_PLUGIN_FACTORY_WITH_JSON(KritaASCCDLFactory, "kritaasccdl.json", registerPlugin< KritaASCCDL >();) KritaASCCDL