KWindowSystem
6#ifndef KWINDOWSYSTEM_X11_PLUGIN_H
7#define KWINDOWSYSTEM_X11_PLUGIN_H
9#include "kwindowsystemplugininterface_p.h"
11class X11Plugin :
public KWindowSystemPluginInterface
14 Q_PLUGIN_METADATA(IID
"org.kde.kwindowsystem.KWindowSystemPluginInterface" FILE
"xcb.json")
15 Q_INTERFACES(KWindowSystemPluginInterface)
18 explicit X11Plugin(QObject *parent =
nullptr);
19 ~X11Plugin()
override;
21 KWindowEffectsPrivate *createEffects()
override;
22 KWindowSystemPrivate *createWindowSystem()
override;
23 KWindowShadowPrivate *createWindowShadow() override final;
24 KWindowShadowTilePrivate *createWindowShadowTile() override final;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 7 2025 11:53:24 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.