Krita Source Code Documentation
Loading...
Searching...
No Matches
default_tools.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2003 Boudewijn Rempt (boud@valdyas.org)
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef DEFAULT_TOOLS_H_
8
#define DEFAULT_TOOLS_H_
9
10
#include <QObject>
11
#include <QVariant>
12
23
class
DefaultTools
:
public
QObject
24
{
25
Q_OBJECT
26
public
:
27
DefaultTools
(QObject *parent,
const
QVariantList &);
28
~DefaultTools
()
override
;
29
30
};
31
32
#endif
// DEFAULT_TOOLS_H_
DefaultTools
Definition
default_tools.h:24
DefaultTools::DefaultTools
DefaultTools(QObject *parent, const QVariantList &)
Definition
default_tools.cc:36
DefaultTools::~DefaultTools
~DefaultTools() override
Definition
default_tools.cc:54
plugins
tools
basictools
default_tools.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52