Krita Source Code Documentation
Loading...
Searching...
No Matches
KisMirrorProperties.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 KISMIRRORPROPERTIES_H
7
#define KISMIRRORPROPERTIES_H
8
9
struct
MirrorProperties
10
{
11
MirrorProperties
()
12
:
horizontalMirror
(false),
13
verticalMirror
(false),
14
coordinateSystemFlipped
(false) {}
15
16
bool
horizontalMirror
;
17
bool
verticalMirror
;
18
19
bool
coordinateSystemFlipped
;
20
21
bool
isEmpty
()
const
{
22
return
!
horizontalMirror
&& !
verticalMirror
;
23
}
24
};
25
26
#endif
// KISMIRRORPROPERTIES_H
MirrorProperties
Definition
KisMirrorProperties.h:10
MirrorProperties::horizontalMirror
bool horizontalMirror
Definition
KisMirrorProperties.h:16
MirrorProperties::verticalMirror
bool verticalMirror
Definition
KisMirrorProperties.h:17
MirrorProperties::isEmpty
bool isEmpty() const
Definition
KisMirrorProperties.h:21
MirrorProperties::MirrorProperties
MirrorProperties()
Definition
KisMirrorProperties.h:11
MirrorProperties::coordinateSystemFlipped
bool coordinateSystemFlipped
Definition
KisMirrorProperties.h:19
plugins
paintops
libpaintop
KisMirrorProperties.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52