Krita Source Code Documentation
Loading...
Searching...
No Matches
KisPaintopSettingsIds.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISPAINTOPSETTINGSIDS_H
8#define KISPAINTOPSETTINGSIDS_H
9
10#include "kritaimage_export.h"
11
12namespace KisPaintOpUtils {
13
14KRITAIMAGE_EXPORT extern const char MaskingBrushPaintOpId[];
15KRITAIMAGE_EXPORT extern const char MaskingBrushEnabledTag[];
16KRITAIMAGE_EXPORT extern const char MaskingBrushCompositeOpTag[];
17KRITAIMAGE_EXPORT extern const char MaskingBrushUseMasterSizeTag[];
18KRITAIMAGE_EXPORT extern const char MaskingBrushMasterSizeCoeffTag[];
19KRITAIMAGE_EXPORT extern const char MaskingBrushPresetPrefix[];
20
21}
22
23#endif // KISPAINTOPSETTINGSIDS_H
const char MaskingBrushEnabledTag[]
const char MaskingBrushUseMasterSizeTag[]
const char MaskingBrushPaintOpId[]
const char MaskingBrushMasterSizeCoeffTag[]
const char MaskingBrushPresetPrefix[]
const char MaskingBrushCompositeOpTag[]