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
11
13{
14public:
16 const KoPathPointData &pointData2,
17 KoShapeControllerBase *controller,
18 KoSelection *selection,
19 KUndo2Command *parent = 0);
20
21protected:
23 const KoPathPointData &pointData2) override;
24};
25
26#endif // KOMULTIPATHPOINTJOINCOMMAND_H
Describe a KoPathPoint by a KoPathShape and its indices.
virtual KUndo2Command * createMergeCommand(const KoPathPointData &pointData1, const KoPathPointData &pointData2)