Krita Source Code Documentation
Loading...
Searching...
No Matches
FillLayer.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2017 Wolthera van Hövell tot Westerflier <griffinvalley@gmail.com>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
#ifndef LIBKIS_FILLLAYER_H
7
#define LIBKIS_FILLLAYER_H
8
9
#include <QObject>
10
#include "
Node.h
"
11
#include <
InfoObject.h
>
12
#include <
Selection.h
>
13
14
#include <
kis_types.h
>
15
16
#include "kritalibkis_export.h"
17
#include "
libkis.h
"
24
class
KRITALIBKIS_EXPORT
FillLayer
:
public
Node
25
{
26
Q_OBJECT
27
Q_DISABLE_COPY(
FillLayer
)
28
29
public
:
46
explicit
FillLayer
(
KisImageSP
image, QString name,
KisFilterConfigurationSP
filterConfig,
Selection
&selection, QObject *parent = 0);
47
explicit
FillLayer
(
KisGeneratorLayerSP
layer, QObject *parent = 0);
48
~FillLayer
()
override
;
49
public
Q_SLOTS:
50
74
virtual
QString
type
()
const override
;
75
82
bool
setGenerator(
const
QString &generatorName,
InfoObject
*filterConfig);
83
QString generatorName();
84
85
InfoObject
*filterConfig();
86
};
87
88
#endif
// LIBKIS_FILLLAYER_H
InfoObject.h
Node.h
Selection.h
FillLayer
The FillLayer class A fill layer is much like a filter layer in that it takes a name and filter....
Definition
FillLayer.h:25
InfoObject
Definition
InfoObject.h:20
KisPinnedSharedPtr< KisFilterConfiguration >
KisSharedPtr< KisImage >
Node
Definition
Node.h:24
Node::type
virtual QString type() const
type Krita has several types of nodes, split in layers and masks. Group layers can contain other laye...
Definition
Node.cpp:463
Node::FillLayer
friend class FillLayer
Definition
Node.h:701
Selection
Definition
Selection.h:31
kis_types.h
libkis.h
libs
libkis
FillLayer.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52