diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-29 14:29:00 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-29 14:29:00 -0400 |
commit | ec1e0ce441081627b53733cdf0981af13c25bbc1 (patch) | |
tree | 8f22b767caec13e14aff720579a71ff69ca37f7a /src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h | |
parent | Fix up the resizeMenu's mouse event handling to ensure it keeps control of th... (diff) | |
download | lumina-ec1e0ce441081627b53733cdf0981af13c25bbc1.tar.gz lumina-ec1e0ce441081627b53733cdf0981af13c25bbc1.tar.bz2 lumina-ec1e0ce441081627b53733cdf0981af13c25bbc1.zip |
Add options for grouped windows in the task manager:
Show All Windows
Minimize All Windows
Close All Windows
Diffstat (limited to 'src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h')
-rw-r--r-- | src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h b/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h index 43dbaa90..6b171c6a 100644 --- a/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h +++ b/src-qt5/core/lumina-desktop/panel-plugins/taskmanager/LTaskButton.h @@ -60,6 +60,9 @@ private slots: void closeWindow(); //send the signal to close a window void maximizeWindow(); //send the signal to maximize/restore a window void minimizeWindow(); //send the signal to minimize a window (iconify) + void showAllWindows(); + void hideAllWindows(); + void closeAllWindows(); void triggerWindow(); //change b/w visible and invisible void winClicked(QAction*); void openActionMenu(); |