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
13
class
KRITAUI_EXPORT
KisToolPaintFactoryBase
:
public
KoToolFactoryBase
14
{
15
public
:
16
explicit
KisToolPaintFactoryBase
(
const
QString &
id
);
17
~KisToolPaintFactoryBase
()
override
;
18
protected
:
19
QList<QAction *>
createActionsImpl
()
override
;
20
21
};
22
23
#endif
// KISTOOLPAINTFACTORYBASE_H
KoToolFactoryBase.h
KisToolPaintFactoryBase
Definition
KisToolPaintFactoryBase.h:14
KoToolFactoryBase
Definition
KoToolFactoryBase.cpp:20
KoToolFactoryBase::createActionsImpl
virtual QList< QAction * > createActionsImpl()
createActionsImpl should be reimplemented if the tool needs any actions. The actions should have a va...
Definition
KoToolFactoryBase.cpp:203
QList
Definition
KisQStringListFwd.h:16
libs
ui
tool
KisToolPaintFactoryBase.h
Generated at
2026-04-16 02:30:01+02:00
from
Krita
branch
master
, commit
5f3d7cd92c534a2e873f42630f64d45d7f96e073