Krita Source Code Documentation
Loading...
Searching...
No Matches
KisSelectionToolFactoryBase.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2018 Boudewijn Rempt <boud@valdyas.org>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6#ifndef KISSELECTIONTOOLFACTORYBASE_H
7#define KISSELECTIONTOOLFACTORYBASE_H
8
10
11#include "kritaui_export.h"
12
14{
15public:
16 explicit KisSelectionToolFactoryBase(const QString &id);
18protected:
20};
21
23{
24public:
25 explicit KisToolPolyLineFactoryBase(const QString &id);
27protected:
29};
30
31
32#endif
QList< QAction * > createActionsImpl() override
createActionsImpl should be reimplemented if the tool needs any actions. The actions should have a va...