Krita Source Code Documentation
Loading...
Searching...
No Matches
KoPathPointMergeCommand.h
Go to the documentation of this file.
1
/* This file is part of the KDE project
2
* SPDX-FileCopyrightText: 2009 Jan Hambrecht <jaham@gmx.net>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef KOPATHPOINTMERGECOMMAND_H
8
#define KOPATHPOINTMERGECOMMAND_H
9
10
#include <
kundo2command.h
>
11
12
#include "kritaflake_export.h"
13
14
class
KoPathPointData
;
15
17
class
KRITAFLAKE_EXPORT
KoPathPointMergeCommand
:
public
KUndo2Command
18
{
19
public
:
29
KoPathPointMergeCommand
(
const
KoPathPointData
&pointData1,
const
KoPathPointData
&pointData2,
KUndo2Command
*parent = 0);
30
~KoPathPointMergeCommand
()
override
;
31
33
void
redo
()
override
;
35
void
undo
()
override
;
36
37
KoPathPointData
mergedPointData()
const
;
38
39
private
:
40
41
class
Private
;
42
Private
*
const
d
;
43
};
44
45
#endif
// KOPATHPOINTMERGECOMMAND_H
KUndo2Command
Definition
kundo2stack.h:87
KUndo2Command::undo
virtual void undo()
Definition
kundo2stack.cpp:240
KUndo2Command::redo
virtual void redo()
Definition
kundo2stack.cpp:222
KoPathPointData
Describe a KoPathPoint by a KoPathShape and its indices.
Definition
KoPathPointData.h:18
KoPathPointMergeCommand
The undo / redo command for merging two subpath end points.
Definition
KoPathPointMergeCommand.cpp:19
KoPathPointMergeCommand::d
Private *const d
Definition
KoPathPointMergeCommand.h:42
kundo2command.h
Private
Definition
SvgTransformParser.cpp:20
libs
flake
commands
KoPathPointMergeCommand.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52