Krita Source Code Documentation
Loading...
Searching...
No Matches
libkis.h
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: GPL-3.0-or-later
3 */
4
5#include <QVariant>
6#include <QMap>
7#include <QAction>
8
9class Canvas;
10class Channel;
11class ColorDepth;
12class ColorManager;
13class ColorModel;
14class ColorProfile;
15class DockWidget;
17class Document;
18class Filter;
19class InfoObject;
20class Krita;
21class Node;
22class Notifier;
23class Resource;
24class Scratchpad;
25class Selection;
26class View;
27class Extension;
28class Window;
29
30class Shape;
31class GroupShape;
32class PaintLayer;
33class CloneLayer;
34class GroupLayer;
35class FilterLayer;
36class FillLayer;
37class FileLayer;
38class VectorLayer;
The CloneLayer class A clone layer is a layer that takes a reference inside the image and shows the e...
Definition CloneLayer.h:26
The DockWidgetFactoryBase class is the base class for plugins that want to add a dock widget to every...
The FileLayer class A file layer is a layer that can reference an external image and show said refere...
Definition FileLayer.h:27
The FillLayer class A fill layer is much like a filter layer in that it takes a name and filter....
Definition FillLayer.h:25
The FilterLayer class A filter layer will, when compositing, take the composited image up to the poin...
Definition FilterLayer.h:34
The GroupLayer class A group layer is a layer that can contain other layers. In Krita,...
Definition GroupLayer.h:30
The GroupShape class A group shape is a vector object with child shapes.
Definition GroupShape.h:21
Definition Krita.h:28
Definition Node.h:24
The Scratchpad class A scratchpad is a type of blank canvas area that can be painted on with the norm...
Definition Scratchpad.h:32
The Shape class The shape class is a wrapper around Krita's vector objects.
Definition Shape.h:38
The VectorLayer class A vector layer is a special layer that stores and shows vector shapes.
Definition VectorLayer.h:32
Definition View.h:25