Krita Source Code Documentation
Loading...
Searching...
No Matches
SvgTextToolFactory.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2
3 SPDX-FileCopyrightText: 2017 Boudewijn Rempt <boud@valdyas.org>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7
8#ifndef SVG_TEXT_TOOL_FACTORY
9#define SVG_TEXT_TOOL_FACTORY
10
11#include <KoToolFactoryBase.h>
12
14{
15public:
18
20 // KoToolFactoryBase interface
21protected:
23};
24
25#endif
KoToolBase * createTool(KoCanvasBase *canvas) override
QList< QAction * > createActionsImpl() override
createActionsImpl should be reimplemented if the tool needs any actions. The actions should have a va...
KisCanvas2 * canvas