Plasma-workspace
abstracttasksmodel.cpp
184void AbstractTasksModel::requestVirtualDesktops(const QModelIndex &index, const QVariantList &desktops)
195void AbstractTasksModel::requestActivities(const QModelIndex &index, const QStringList &activities)
201void 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:118
void requestResize(const QModelIndex &index) override
Request starting an interactive resize for the task at the given index.
Definition abstracttasksmodel.cpp:144
void requestMove(const QModelIndex &index) override
Request starting an interactive move for the task at the given index.
Definition abstracttasksmodel.cpp:139
void requestNewInstance(const QModelIndex &index) override
Request an additional instance of the application backing the task at the given index.
Definition abstracttasksmodel.cpp:123
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:201
void requestToggleMinimized(const QModelIndex &index) override
Request toggling the minimized state of the task at the given index.
Definition abstracttasksmodel.cpp:149
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:190
void requestClose(const QModelIndex &index) override
Request the task at the given index be closed.
Definition abstracttasksmodel.cpp:134
void requestToggleNoBorder(const QModelIndex &index) override
Request toggling the no border state of the task at given index.
Definition abstracttasksmodel.cpp:179
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:128
void requestToggleKeepAbove(const QModelIndex &index) override
Request toggling the keep-above state of the task at the given index.
Definition abstracttasksmodel.cpp:159
void requestToggleKeepBelow(const QModelIndex &index) override
Request toggling the keep-below state of the task at the given index.
Definition abstracttasksmodel.cpp:164
void requestToggleShaded(const QModelIndex &index) override
Request toggling the shaded state of the task at the given index.
Definition abstracttasksmodel.cpp:174
void requestToggleMaximized(const QModelIndex &index) override
Request toggling the maximized state of the task at the given index.
Definition abstracttasksmodel.cpp:154
void requestActivities(const QModelIndex &index, const QStringList &activities) override
Request moving the task at the given index to the specified activities.
Definition abstracttasksmodel.cpp:195
void requestToggleFullScreen(const QModelIndex &index) override
Request toggling the fullscreen state of the task at the given index.
Definition abstracttasksmodel.cpp:169
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:184
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 Mar 28 2025 11:53:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Mar 28 2025 11:53:53 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.