KWindowSystem
kwindowsystem.h
35 Q_PROPERTY(bool showingDesktop READ showingDesktop WRITE setShowingDesktop NOTIFY showingDesktopChanged)
Convenience access to certain properties and features of window systems.
Definition kwindowsystem.h:27
static bool isPlatformX11()
Convenience method to check whether the Platform is X11.
void showingDesktopChanged(bool showing)
The state of showing the desktop has changed.
static bool isPlatformWayland()
Convenience method to check whether the Platform is Wayland.
Platform
Enum describing the windowing system platform used by the QGuiApplication.
Definition kwindowsystem.h:132
A collection of functions to obtain information from and manipulate X11 windows.
Definition kx11extras.h:29
Q_ENUM(...)
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:10:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:10:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.