Krita Source Code Documentation
Loading...
Searching...
No Matches
assistant_tool.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2008 Cyrille Berger <cberger@cberger.net>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef _RULERASSISTANTTOOL_H_
8
#define _RULERASSISTANTTOOL_H_
9
10
#include <QObject>
11
#include <QVariant>
12
13
14
class
AssistantToolPlugin
:
public
QObject
15
{
16
Q_OBJECT
17
public
:
18
AssistantToolPlugin
(QObject *parent,
const
QVariantList &);
19
~AssistantToolPlugin
()
override
;
20
21
};
22
23
#endif
AssistantToolPlugin
Definition
assistant_tool.h:15
AssistantToolPlugin::~AssistantToolPlugin
~AssistantToolPlugin() override
Definition
assistant_tool.cc:51
AssistantToolPlugin::AssistantToolPlugin
AssistantToolPlugin(QObject *parent, const QVariantList &)
Definition
assistant_tool.cc:31
plugins
assistants
Assistants
assistant_tool.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52