Plasma-workspace
xwindowtasksmodel.h
208 void requestPublishDelegateGeometry(const QModelIndex &index, const QRect &geometry, QObject *delegate = nullptr) override;
void requestToggleMaximized(const QModelIndex &index) override
Request toggling the maximized state of the task at the given index.
Definition xwindowtasksmodel.cpp:872
static QList< WId > winIdsFromMimeData(const QMimeData *mimeData, bool *ok=nullptr)
Tries to extract X11 window ids from supplied mime data.
Definition xwindowtasksmodel.cpp:1109
void requestToggleShaded(const QModelIndex &index) override
Request toggling the shaded state of the task at the given index.
Definition xwindowtasksmodel.cpp:959
void requestNewInstance(const QModelIndex &index) override
Request an additional instance of the application owning the window at the given index.
Definition xwindowtasksmodel.cpp:765
void requestToggleMinimized(const QModelIndex &index) override
Request toggling the minimized state of the window at the given index.
Definition xwindowtasksmodel.cpp:845
void requestToggleKeepBelow(const QModelIndex &index) override
Request toggling the keep-below state of the task at the given index.
Definition xwindowtasksmodel.cpp:923
void requestVirtualDesktops(const QModelIndex &index, const QVariantList &desktops) override
Request entering the window at the given index on the specified virtual desktop.
Definition xwindowtasksmodel.cpp:977
void requestMove(const QModelIndex &index) override
Request starting an interactive move for the window at the given index.
Definition xwindowtasksmodel.cpp:793
static WId winIdFromMimeData(const QMimeData *mimeData, bool *ok=nullptr)
Tries to extract a X11 window id from supplied mime data.
Definition xwindowtasksmodel.cpp:1082
void requestActivities(const QModelIndex &index, const QStringList &activities) override
Request moving the task at the given index to the specified activities.
Definition xwindowtasksmodel.cpp:1040
void requestNewVirtualDesktop(const QModelIndex &index) override
Request entering the window at the given index on a new virtual desktop, which is created in response...
Definition xwindowtasksmodel.cpp:1020
void requestToggleKeepAbove(const QModelIndex &index) override
Request toggling the keep-above state of the task at the given index.
Definition xwindowtasksmodel.cpp:905
void requestOpenUrls(const QModelIndex &index, const QList< QUrl > &urls) override
Runs the application backing the launcher at the given index with the given URLs.
Definition xwindowtasksmodel.cpp:774
void requestPublishDelegateGeometry(const QModelIndex &index, const QRect &geometry, QObject *delegate=nullptr) override
Request informing the window manager of new geometry for a visual delegate for the window at the give...
Definition xwindowtasksmodel.cpp:1051
void requestToggleFullScreen(const QModelIndex &index) override
Request toggling the fullscreen state of the task at the given index.
Definition xwindowtasksmodel.cpp:941
void requestResize(const QModelIndex &index) override
Request starting an interactive resize for the window at the given index.
Definition xwindowtasksmodel.cpp:819
void requestActivate(const QModelIndex &index) override
Request activation of the window at the given index.
Definition xwindowtasksmodel.cpp:732
void requestClose(const QModelIndex &index) override
Request the window at the given index be closed.
Definition xwindowtasksmodel.cpp:783
virtual QMimeData * mimeData(const QModelIndexList &indexes) const const
virtual QModelIndex parent(const QModelIndex &index) const const=0
Q_OBJECTQ_OBJECT
DisplayRole
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.