Krita Source Code Documentation
Loading...
Searching...
No Matches
KoMultiPathPointJoinCommand.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2017 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KOMULTIPATHPOINTJOINCOMMAND_H
8
#define KOMULTIPATHPOINTJOINCOMMAND_H
9
10
#include <
KoMultiPathPointMergeCommand.h
>
11
12
class
KRITAFLAKE_EXPORT
KoMultiPathPointJoinCommand
:
public
KoMultiPathPointMergeCommand
13
{
14
public
:
15
KoMultiPathPointJoinCommand
(
const
KoPathPointData
&pointData1,
16
const
KoPathPointData
&pointData2,
17
KoShapeControllerBase
*controller,
18
KoSelection
*selection,
19
KUndo2Command
*parent = 0);
20
21
protected
:
22
KUndo2Command
*
createMergeCommand
(
const
KoPathPointData
&pointData1,
23
const
KoPathPointData
&pointData2)
override
;
24
};
25
26
#endif
// KOMULTIPATHPOINTJOINCOMMAND_H
KoMultiPathPointMergeCommand.h
KUndo2Command
Definition
kundo2stack.h:87
KoMultiPathPointJoinCommand
Definition
KoMultiPathPointJoinCommand.h:13
KoPathPointData
Describe a KoPathPoint by a KoPathShape and its indices.
Definition
KoPathPointData.h:18
KoSelection
Definition
KoSelection.h:38
KoShapeControllerBase
Definition
KoShapeControllerBase.h:31
KoMultiPathPointMergeCommand
Definition
KoMultiPathPointMergeCommand.cpp:18
KoMultiPathPointMergeCommand::createMergeCommand
virtual KUndo2Command * createMergeCommand(const KoPathPointData &pointData1, const KoPathPointData &pointData2)
Definition
KoMultiPathPointMergeCommand.cpp:47
libs
flake
commands
KoMultiPathPointJoinCommand.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52