KDeclarative
kwindowsystemproxy.h
49 Q_PROPERTY(int currentDesktop READ currentDesktop WRITE setCurrentDesktop NOTIFY currentDesktopChanged)
61 Q_PROPERTY(bool showingDesktop READ showingDesktop WRITE setShowingDesktop NOTIFY showingDesktopChanged)
Q_INVOKABLE void forceActivateWindow(QWindow *window, long time=0)
Sets window window to be the active window.
Definition: kwindowsystemproxy.cpp:103
Q_INVOKABLE void setDesktopName(int desktop, const QString &name)
Sets the name of the specified desktop.
Definition: kwindowsystemproxy.cpp:136
This item exposes various properties of KWindowSystem for use inside a QML environment.
Definition: kwindowsystemproxy.h:42
Q_SIGNALSQ_SIGNALS
Q_INVOKABLE bool hasWindow(QWindow *window) const
Test to see if window still managed at present.
Definition: kwindowsystemproxy.cpp:94
Q_OBJECTQ_OBJECT
Q_INVOKABLE void setOnAllDesktops(QWindow *window, bool onAllDesktops)
Sets window window to be present on all virtual desktops if onAllDesktops true.
Definition: kwindowsystemproxy.cpp:110
Q_INVOKABLE QString desktopName(int desktop) const
Returns the name of the specified desktop.
Definition: kwindowsystemproxy.cpp:131
Q_PROPERTY(...)
Q_INVOKABLEQ_INVOKABLE
Q_INVOKABLE void setOnDesktop(QWindow *window, int desktop)
Moves window window to desktop desktop.
Definition: kwindowsystemproxy.cpp:117
QObject * parent() const const
Q_INVOKABLE void setOnActivities(QWindow *window, const QStringList &activities)
Moves window window to activities activities.
Definition: kwindowsystemproxy.cpp:124
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:41:07 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:41:07 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.