Krita Source Code Documentation
Loading...
Searching...
No Matches
KisMirrorOptionData.cpp
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 */
7
8const QString MIRROR_HORIZONTAL_ENABLED = "HorizontalMirrorEnabled";
9const QString MIRROR_VERTICAL_ENABLED = "VerticalMirrorEnabled";
10
11
18
const QString MIRROR_HORIZONTAL_ENABLED
const QString MIRROR_VERTICAL_ENABLED
bool read(const KisPropertiesConfiguration *setting)
void write(KisPropertiesConfiguration *setting) const
virtual void setProperty(const QString &name, const QVariant &value)
bool getBool(const QString &name, bool def=false) const