Krita Source Code Documentation
Loading...
Searching...
No Matches
KisHatchingStandardOptionData.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2010 José Luis Vergara <pentalis@gmail.com>
3 * SPDX-FileCopyrightText: 2018 Idiomdrottning <sandra.snan@idiomdrottning.org>
4 *
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 */
7#ifndef KISHATCHINGSTANDARDOPTIONDATA_H
8#define KISHATCHINGSTANDARDOPTIONDATA_H
9
10#include <KisCurveOptionData.h>
11
13{
16 KoID("Angle", i18n("Angle")))
17 {}
18};
19
21{
24 KoID("Crosshatching", i18n("Crosshatching")))
25 {}
26};
27
29{
32 KoID("Separation", i18n("Separation")),
33 Checkability::Checkable, true,
34 std::make_pair(0.0, 1.0))
35 {}
36};
37
39{
42 KoID("Thickness", i18n("Thickness")))
43 {}
44};
45
46#endif // KISHATCHINGSTANDARDOPTIONDATA_H
Definition KoID.h:30