Krita

LibKisUtils.h
1 /*
2  * SPDX-FileCopyrightText: 2018 Boudewijn Rempt <[email protected]>
3  *
4  * SPDX-License-Identifier: LGPL-2.0-or-later
5  */
6 
7 #ifndef LIBKISUTILS_H
8 #define LIBKISUTILS_H
9 
10 class Node;
11 class Document;
12 
13 #include <kis_types.h>
14 
15 namespace LibKisUtils
16 {
17 
18 QList<Node *> createNodeList(KisNodeList kisnodes, KisImageWSP image);
19 
20 Document* findNodeInDocuments(KisNodeSP kisnode);
21 
22 }
23 
24 #endif // LIBKISUTILS_H
The Document class encapsulates a Krita Document/Image.
Definition: Document.h:33
Node represents a layer or mask in a Krita image's Node hierarchy.
Definition: Node.h:21
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Sep 27 2023 03:58:14 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.