Krita Source Code Documentation
Loading...
Searching...
No Matches
ToolKnife.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2025 Agata Cacko
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef TOOL_KNIFE_H_
8
#define TOOL_KNIFE_H_
9
10
#include <QObject>
11
#include <QVariant>
12
13
class
ToolKnife
:
public
QObject
14
{
15
Q_OBJECT
16
public
:
17
ToolKnife
(QObject *parent,
const
QVariantList &);
18
~ToolKnife
()
override
;
19
20
};
21
22
#endif
// TOOL_KNIFE_H_
ToolKnife
Definition
ToolKnife.h:14
ToolKnife::~ToolKnife
~ToolKnife() override
Definition
ToolKnife.cpp:26
ToolKnife::ToolKnife
ToolKnife(QObject *parent, const QVariantList &)
Definition
ToolKnife.cpp:20
plugins
tools
tool_knife
ToolKnife.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1