Krita
FillLayer.cpp
16FillLayer::FillLayer(KisImageSP image, QString name, KisFilterConfigurationSP filterConfig, Selection &selection, QObject *parent) :
virtual QString type() const override
type Krita has several types of nodes, split in layers and masks.
Definition FillLayer.cpp:45
FillLayer(KisImageSP image, QString name, KisFilterConfigurationSP filterConfig, Selection &selection, QObject *parent=0)
FillLayer Create a new fill layer with the given generator plugin.
Definition FillLayer.cpp:16
bool setGenerator(const QString &generatorName, InfoObject *filterConfig)
setGenerator set the given generator for this fill layer
Definition FillLayer.cpp:50
QVariant property(const QString &key)
return the value for the property identified by key, or None if there is no such key.
Definition InfoObject.cpp:72
QMap< QString, QVariant > properties() const
Return all properties this InfoObject manages.
Definition InfoObject.cpp:45
QObject(QObject *parent)
QObject * parent() const const
QVariant property(const char *name) const const
T qobject_cast(QObject *object)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:06:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 31 2025 12:06:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.