Plasma-workspace
abstracttasksmodel.cpp
177void AbstractTasksModel::requestVirtualDesktops(const QModelIndex &index, const QVariantList &desktops)
188void AbstractTasksModel::requestActivities(const QModelIndex &index, const QStringList &activities)
194void AbstractTasksModel::requestPublishDelegateGeometry(const QModelIndex &index, const QRect &geometry, QObject *delegate)
void requestActivate(const QModelIndex &index) override
Request activation of the task at the given index.
Definition abstracttasksmodel.cpp:116
void requestResize(const QModelIndex &index) override
Request starting an interactive resize for the task at the given index.
Definition abstracttasksmodel.cpp:142
void requestMove(const QModelIndex &index) override
Request starting an interactive move for the task at the given index.
Definition abstracttasksmodel.cpp:137
void requestNewInstance(const QModelIndex &index) override
Request an additional instance of the application backing the task at the given index.
Definition abstracttasksmodel.cpp:121
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 task at the given ...
Definition abstracttasksmodel.cpp:194
void requestToggleMinimized(const QModelIndex &index) override
Request toggling the minimized state of the task at the given index.
Definition abstracttasksmodel.cpp:147
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 abstracttasksmodel.cpp:183
void requestClose(const QModelIndex &index) override
Request the task at the given index be closed.
Definition abstracttasksmodel.cpp:132
void requestOpenUrls(const QModelIndex &index, const QList< QUrl > &urls) override
Requests to open the given URLs with the application backing the task at the given index.
Definition abstracttasksmodel.cpp:126
void requestToggleKeepAbove(const QModelIndex &index) override
Request toggling the keep-above state of the task at the given index.
Definition abstracttasksmodel.cpp:157
void requestToggleKeepBelow(const QModelIndex &index) override
Request toggling the keep-below state of the task at the given index.
Definition abstracttasksmodel.cpp:162
void requestToggleShaded(const QModelIndex &index) override
Request toggling the shaded state of the task at the given index.
Definition abstracttasksmodel.cpp:172
void requestToggleMaximized(const QModelIndex &index) override
Request toggling the maximized state of the task at the given index.
Definition abstracttasksmodel.cpp:152
void requestActivities(const QModelIndex &index, const QStringList &activities) override
Request moving the task at the given index to the specified activities.
Definition abstracttasksmodel.cpp:188
void requestToggleFullScreen(const QModelIndex &index) override
Request toggling the fullscreen state of the task at the given index.
Definition abstracttasksmodel.cpp:167
void requestVirtualDesktops(const QModelIndex &index, const QVariantList &desktops) override
Request entering the window at the given index on the specified virtual desktops, leaving any other d...
Definition abstracttasksmodel.cpp:177
virtual QHash< int, QByteArray > roleNames() const const
iterator insert(const Key &key, const T &value)
const char * key(int index) const const
int keyCount() const const
int value(int index) const const
QObject(QObject *parent)
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.