Krita Source Code Documentation
Loading...
Searching...
No Matches
KoSvgTextFlipShapeContourTypeCommand.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2025 Wolthera van Hövell tot Westerflier <griffinvalley@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
#ifndef KOSVGTEXTFLIPSHAPETYPECOMMAND_H
7
#define KOSVGTEXTFLIPSHAPETYPECOMMAND_H
8
9
#include <
kundo2command.h
>
10
#include <kritaflake_export.h>
11
12
class
KoSvgTextShape
;
13
class
KoShape
;
14
15
class
KRITAFLAKE_EXPORT
KoSvgTextFlipShapeContourTypeCommand
:
public
KUndo2Command
16
{
17
public
:
18
KoSvgTextFlipShapeContourTypeCommand
(
KoSvgTextShape
* textShape,
KoShape
*shape,
KUndo2Command
*parent =
nullptr
);
19
~KoSvgTextFlipShapeContourTypeCommand
();
20
21
void
redo
()
override
;
22
void
undo
()
override
;
23
private
:
24
struct
Private
;
25
QScopedPointer<Private>
d
;
26
};
27
28
#endif
// KOSVGTEXTFLIPSHAPETYPECOMMAND_H
KUndo2Command
Definition
kundo2stack.h:87
KUndo2Command::undo
virtual void undo()
Definition
kundo2stack.cpp:240
KUndo2Command::redo
virtual void redo()
Definition
kundo2stack.cpp:222
KoShape
Definition
KoShape.h:89
KoSvgTextFlipShapeContourTypeCommand
Definition
KoSvgTextFlipShapeContourTypeCommand.h:16
KoSvgTextFlipShapeContourTypeCommand::d
QScopedPointer< Private > d
Definition
KoSvgTextFlipShapeContourTypeCommand.h:25
KoSvgTextShape
Definition
KoSvgTextShape.h:33
kundo2command.h
Private
Definition
SvgTransformParser.cpp:20
libs
flake
commands
KoSvgTextFlipShapeContourTypeCommand.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1