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-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1