Krita Source Code Documentation
Loading...
Searching...
No Matches
PaintingResources.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Scott Petrovic <scottpetrovic@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef LIBKIS_PAINTINGRESOURCES_H
7#define LIBKIS_PAINTINGRESOURCES_H
8
10
18{
19 // These are set in Node.sip
20 const QString defaultStrokeStyle = "ForegroundColor";
21 const QString defaultFillStyle = "None";
22
24 KisNodeSP node,
25 const QString strokeStyle = defaultStrokeStyle,
26 const QString fillStyle = defaultFillStyle);
27
28};
29
30#endif // LIBKIS_PAINTINGRESOURCES_H
The PaintingResources namespace Sets up information related to making painting strokes....
KisFigurePaintingToolHelper createHelper(KisImageWSP image, KisNodeSP node, const QString strokeStyle=defaultStrokeStyle, const QString fillStyle=defaultFillStyle)
const QString defaultStrokeStyle
const QString defaultFillStyle