Krita Source Code Documentation
Loading...
Searching...
No Matches
tool_lazybrush.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef TOOL_LAZYBRUSH_H_
8
#define TOOL_LAZYBRUSH_H_
9
10
#include <QObject>
11
#include <QVariant>
12
13
class
ToolLazyBrush
:
public
QObject
14
{
15
Q_OBJECT
16
public
:
17
ToolLazyBrush
(QObject *parent,
const
QVariantList &);
18
~ToolLazyBrush
()
override
;
19
20
};
21
22
#endif
// TOOL_LAZYBRUSH_H_
ToolLazyBrush
Definition
tool_lazybrush.h:14
ToolLazyBrush::ToolLazyBrush
ToolLazyBrush(QObject *parent, const QVariantList &)
Definition
tool_lazybrush.cpp:22
ToolLazyBrush::~ToolLazyBrush
~ToolLazyBrush() override
Definition
tool_lazybrush.cpp:28
plugins
tools
tool_lazybrush
tool_lazybrush.h
Generated at
2026-04-16 02:30:01+02:00
from
Krita
branch
master
, commit
5f3d7cd92c534a2e873f42630f64d45d7f96e073