1 #ifndef __PATH_CHEMISTRY_H__
2 #define __PATH_CHEMISTRY_H__
4 /*
5 * Here are handlers for modifying selections, specific to paths
6 *
7 * Authors:
8 * Lauris Kaplinski <lauris@kaplinski.com>
9 *
10 * Copyright (C) 1999-2002 authors
11 * Copyright (C) 2001-2002 Ximian, Inc.
12 *
13 * Released under GNU GPL, read the file 'COPYING' for more information
14 */
16 #include "forward.h"
18 void sp_selected_path_combine (void);
19 void sp_selected_path_break_apart (void);
20 void sp_selected_path_to_curves (void);
21 Inkscape::XML::Node *sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy);
22 void sp_selected_path_reverse ();
24 #endif
26 /*
27 Local Variables:
28 mode:c++
29 c-file-style:"stroustrup"
30 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
31 indent-tabs-mode:nil
32 fill-column:99
33 End:
34 */
35 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :