Krita Source Code Documentation
Loading...
Searching...
No Matches
KisMirrorOption.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 KISMIRROROPTION_H
7#define KISMIRROROPTION_H
8
9#include <KisCurveOption.h>
10
12struct MirrorProperties;
13
14class PAINTOP_EXPORT KisMirrorOption : public KisCurveOption
15{
16public:
18
19 MirrorProperties apply(const KisPaintInformation& info) const;
20
21private:
23private:
26};
27
28#endif // KISMIRROROPTION_H