Plasma-workspace
abstracttasksmodeliface.h
163 virtual void requestVirtualDesktops(const QModelIndex &index, const QVariantList &desktops) = 0;
199 virtual void requestPublishDelegateGeometry(const QModelIndex &index, const QRect &geometry, QObject *delegate = nullptr) = 0;
Pure virtual method interface for tasks model implementations.
Definition abstracttasksmodeliface.h:26
virtual void requestResize(const QModelIndex &index)=0
Request starting an interactive resize for the task at the given index.
virtual void requestNewInstance(const QModelIndex &index)=0
Request an additional instance of the application backing the task at the given index.
virtual void requestOpenUrls(const QModelIndex &index, const QList< QUrl > &urls)=0
Requests to open the given URLs with the application backing the task at the given index.
virtual void requestToggleMinimized(const QModelIndex &index)=0
Request toggling the minimized state of the task at the given index.
virtual void requestNewVirtualDesktop(const QModelIndex &index)=0
Request entering the window at the given index on a new virtual desktop, which is created in response...
virtual void requestVirtualDesktops(const QModelIndex &index, const QVariantList &desktops)=0
Request entering the window at the given index on the specified virtual desktops, leaving any other d...
virtual void requestToggleShaded(const QModelIndex &index)=0
Request toggling the shaded state of the task at the given index.
virtual void requestToggleFullScreen(const QModelIndex &index)=0
Request toggling the fullscreen state of the task at the given index.
virtual void requestMove(const QModelIndex &index)=0
Request starting an interactive move for the task at the given index.
virtual void requestToggleKeepAbove(const QModelIndex &index)=0
Request toggling the keep-above state of the task at the given index.
virtual void requestToggleMaximized(const QModelIndex &index)=0
Request toggling the maximized state of the task at the given index.
virtual void requestClose(const QModelIndex &index)=0
Request the task at the given index be closed.
virtual void requestActivate(const QModelIndex &index)=0
Request activation of the task at the given index.
virtual void requestPublishDelegateGeometry(const QModelIndex &index, const QRect &geometry, QObject *delegate=nullptr)=0
Request informing the window manager of new geometry for a visual delegate for the task at the given ...
virtual void requestActivities(const QModelIndex &index, const QStringList &activities)=0
Request moving the task at the given index to the specified virtual activities.
virtual void requestToggleKeepBelow(const QModelIndex &index)=0
Request toggling the keep-below state of the task at the given index.
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.