Krita Source Code Documentation
Loading...
Searching...
No Matches
KoShapeRunAroundCommand.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2008 Thorsten Zachmann <zachmann@kde.org>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef KOSHAPERUNAROUNDCOMMAND_H
8
#define KOSHAPERUNAROUNDCOMMAND_H
9
10
#include "kritaflake_export.h"
11
#include <
kundo2command.h
>
12
13
#include "
KoShape.h
"
14
16
class
KRITAFLAKE_EXPORT
KoShapeRunAroundCommand
:
public
KUndo2Command
17
{
18
public
:
19
KoShapeRunAroundCommand
(
KoShape
*shape,
KoShape::TextRunAroundSide
side,
int
runThrough, qreal distanceLeft, qreal distanceTop, qreal distanceRight, qreal distanceBottom, qreal threshold,
KoShape::TextRunAroundContour
contour,
KUndo2Command
*parent = 0);
20
~KoShapeRunAroundCommand
()
override
;
21
23
void
redo
()
override
;
25
void
undo
()
override
;
26
27
private
:
28
class
Private
;
29
Private
*
const
d
;
30
};
31
32
#endif
/* KOSHAPERUNAROUNDCOMMAND_H */
KoShape.h
KUndo2Command
Definition
kundo2stack.h:87
KUndo2Command::undo
virtual void undo()
Definition
kundo2stack.cpp:240
KUndo2Command::redo
virtual void redo()
Definition
kundo2stack.cpp:222
KoShapeRunAroundCommand
API docs go here.
Definition
KoShapeRunAroundCommand.cpp:13
KoShapeRunAroundCommand::d
Private *const d
Definition
KoShapeRunAroundCommand.h:29
KoShape
Definition
KoShape.h:92
KoShape::TextRunAroundContour
TextRunAroundContour
The behavior text should do when intersecting this shape.
Definition
KoShape.h:131
KoShape::TextRunAroundSide
TextRunAroundSide
The behavior text should do when intersecting this shape.
Definition
KoShape.h:120
kundo2command.h
Private
Definition
SvgTransformParser.cpp:20
libs
flake
commands
KoShapeRunAroundCommand.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52