1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Factory for ToolBase tree
8 * Copyright (C) 2013 Authors
9 * Released under GNU GPL v2+, read the file 'COPYING' for more information.
12 #ifndef TOOL_FACTORY_SEEN
13 #define TOOL_FACTORY_SEEN
27 static Inkscape::UI::Tools::ToolBase
*createObject(SPDesktop
*desktop
, std::string
const &id
);
36 c-file-style:"stroustrup"
37 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
42 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :