Krita Source Code Documentation
Loading...
Searching...
No Matches
KisToolPaintFactoryBase.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 KISTOOLPAINTFACTORYBASE_H
7#define KISTOOLPAINTFACTORYBASE_H
8
9#include <KoToolFactoryBase.h>
10
11#include "kritaui_export.h"
12
13class KRITAUI_EXPORT KisToolPaintFactoryBase : public KoToolFactoryBase
14{
15public:
16 explicit KisToolPaintFactoryBase(const QString &id);
17 ~KisToolPaintFactoryBase() override;
18protected:
20
21};
22
23#endif // KISTOOLPAINTFACTORYBASE_H
virtual QList< QAction * > createActionsImpl()
createActionsImpl should be reimplemented if the tool needs any actions. The actions should have a va...