Krita Source Code Documentation
Loading...
Searching...
No Matches
KoPathToolFactory.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 * SPDX-FileCopyrightText: 2006 Jan Hambrecht <jaham@gmx.net>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#ifndef KOPATHTOOLFACTORY_H
8#define KOPATHTOOLFACTORY_H
9
10#include <KoToolFactoryBase.h>
11
14{
15public:
17 ~KoPathToolFactory() override;
18
21};
22
23#endif
Factory for the KoPathTool.
QList< QAction * > createActionsImpl() override
createActionsImpl should be reimplemented if the tool needs any actions. The actions should have a va...
KoToolBase * createTool(KoCanvasBase *canvas) override
KisCanvas2 * canvas