1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * RafaĆ Siejakowski <rs@rs-math.net>
6 * Copyright (C) 2024 Authors
7 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
9 #ifndef SEEN_SHAPE_EDITOR_KNOTHOLDERS_H
10 #define SEEN_SHAPE_EDITOR_KNOTHOLDERS_H
12 #include "knot/knot-holder.h"
17 namespace Inkscape::UI
{
18 std::unique_ptr
<KnotHolder
> create_knot_holder(SPItem
*item
, SPDesktop
*desktop
, double edit_rotation
= 0.0,
19 int edit_marker_mode
= -1);
21 std::unique_ptr
<KnotHolder
> create_LPE_knot_holder(SPItem
*item
, SPDesktop
*desktop
);
22 } // namespace Inkscape::UI
28 c-file-style:"stroustrup"
29 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
34 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :