Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSpacingOption.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISSPACINGOPTION_H
7#define KISSPACINGOPTION_H
8
9#include <KisCurveOption.h>
10
12
13class PAINTOP_EXPORT KisSpacingOption : public KisCurveOption
14{
15public:
17
18 qreal apply(const KisPaintInformation & info) const;
19
20 bool isotropicSpacing() const;
21
25 bool usingSpacingUpdates() const;
26
27private:
29private:
32};
33
34#endif // KISSPACINGOPTION_H