Krita Source Code Documentation
Loading...
Searching...
No Matches
selection_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 SELECTION_TOOLS_H_
8
#define SELECTION_TOOLS_H_
9
10
#include <QObject>
11
#include <QVariant>
12
23
class
SelectionTools
:
public
QObject
24
{
25
Q_OBJECT
26
public
:
27
SelectionTools
(QObject *parent,
const
QVariantList &);
28
~SelectionTools
()
override
;
29
30
};
31
32
#endif
// SELECTION_TOOLS_H_
SelectionTools
Definition
selection_tools.h:24
SelectionTools::~SelectionTools
~SelectionTools() override
Definition
selection_tools.cc:45
SelectionTools::SelectionTools
SelectionTools(QObject *parent, const QVariantList &)
Definition
selection_tools.cc:32
plugins
tools
selectiontools
selection_tools.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52