Plasma-workspace
abstracttasksproxymodeliface.cpp
21 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
35 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
42void AbstractTasksProxyModelIface::requestOpenUrls(const QModelIndex &index, const QList<QUrl> &urls)
49 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
63 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
76 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
90 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
104 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
118 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
132 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
146 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
160 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
174 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
181void AbstractTasksProxyModelIface::requestVirtualDesktops(const QModelIndex &index, const QVariantList &desktops)
188 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
202 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
209void AbstractTasksProxyModelIface::requestActivities(const QModelIndex &index, const QStringList &activities)
216 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
223void AbstractTasksProxyModelIface::requestPublishDelegateGeometry(const QModelIndex &index, const QRect &geometry, QObject *delegate)
230 const AbstractTasksModelIface *m = dynamic_cast<const AbstractTasksModelIface *>(sourceIndex.model());
233 const_cast<AbstractTasksModelIface *>(m)->requestPublishDelegateGeometry(sourceIndex, geometry, delegate);
Pure virtual method interface for tasks model implementations.
Definition abstracttasksmodeliface.h:26
void requestToggleShaded(const QModelIndex &index) override
Request toggling the shaded state of the task at the given index.
Definition abstracttasksproxymodeliface.cpp:167
void requestResize(const QModelIndex &index) override
Request starting an interactive resize for the task at the given index.
Definition abstracttasksproxymodeliface.cpp:83
void requestToggleKeepBelow(const QModelIndex &index) override
Request toggling the keep-below state of the task at the given index.
Definition abstracttasksproxymodeliface.cpp:139
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 abstracttasksproxymodeliface.cpp:42
void requestActivities(const QModelIndex &index, const QStringList &activities) override
Request moving the task at the given index to the specified activities.
Definition abstracttasksproxymodeliface.cpp:209
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 abstracttasksproxymodeliface.cpp:181
void requestNewInstance(const QModelIndex &index) override
Request an additional instance of the application backing the task at the given index.
Definition abstracttasksproxymodeliface.cpp:28
void requestToggleKeepAbove(const QModelIndex &index) override
Request toggling the keep-above state of the task at the given index.
Definition abstracttasksproxymodeliface.cpp:125
void requestToggleMinimized(const QModelIndex &index) override
Request toggling the minimized state of the task at the given index.
Definition abstracttasksproxymodeliface.cpp:97
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 abstracttasksproxymodeliface.cpp:223
void requestActivate(const QModelIndex &index) override
Request activation of the task at the given index.
Definition abstracttasksproxymodeliface.cpp:14
void requestToggleMaximized(const QModelIndex &index) override
Request toggling the maximized state of the task at the given index.
Definition abstracttasksproxymodeliface.cpp:111
void requestClose(const QModelIndex &index) override
Request the task at the given index be closed.
Definition abstracttasksproxymodeliface.cpp:56
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 abstracttasksproxymodeliface.cpp:195
void requestMove(const QModelIndex &index) override
Request starting an interactive move for the task at the given index.
Definition abstracttasksproxymodeliface.cpp:69
void requestToggleFullScreen(const QModelIndex &index) override
Request toggling the fullscreen state of the task at the given index.
Definition abstracttasksproxymodeliface.cpp:153
bool isValid() const const
const QAbstractItemModel * model() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:59 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:14:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.