Krita Source Code Documentation
Loading...
Searching...
No Matches
palettedocker.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2013 Sven Langkamp <sven.langkamp@gmail.com>
3
*
4
* SPDX-License-Identifier: LGPL-2.0-or-later
5
*/
6
7
#ifndef PALETTEDOCKER_H
8
#define PALETTEDOCKER_H
9
10
#include <QObject>
11
#include <QVariant>
12
13
17
class
PaletteDockerPlugin
:
public
QObject
18
{
19
Q_OBJECT
20
public
:
21
PaletteDockerPlugin
(QObject *parent,
const
QVariantList &);
22
~PaletteDockerPlugin
()
override
;
23
};
24
25
#endif
PaletteDockerPlugin
Definition
palettedocker.h:18
PaletteDockerPlugin::~PaletteDockerPlugin
~PaletteDockerPlugin() override
Definition
palettedocker.cpp:68
PaletteDockerPlugin::PaletteDockerPlugin
PaletteDockerPlugin(QObject *parent, const QVariantList &)
Definition
palettedocker.cpp:62
plugins
dockers
palettedocker
palettedocker.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52