KWin
Loading...
Searching...
No Matches
src
plugins
kdecorations
aurorae
themes
plastik
code
plastikplugin.h
Go to the documentation of this file.
1
/*
2
SPDX-FileCopyrightText: 2012 Martin Gräßlin <mgraesslin@kde.org>
3
4
SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
#pragma once
7
8
#include <QQmlExtensionPlugin>
9
10
class
PlastikPlugin
:
public
QQmlExtensionPlugin
11
{
12
Q_PLUGIN_METADATA(IID
"org.kde.kwin.decorations.plastik"
)
13
Q_OBJECT
14
public
:
15
void
registerTypes
(
const
char
*uri)
override
;
16
void
initializeEngine
(QQmlEngine *engine,
const
char
*uri)
override
;
17
};
PlastikPlugin
Definition
plastikplugin.h:11
PlastikPlugin::initializeEngine
void initializeEngine(QQmlEngine *engine, const char *uri) override
Definition
plastikplugin.cpp:16
PlastikPlugin::registerTypes
void registerTypes(const char *uri) override
Definition
plastikplugin.cpp:10
Generated on Sat Feb 17 2024 01:42:09 for KWin by
1.10.0