diff options
author | Ken Moore <ken@ixsystems.com> | 2017-08-31 08:47:21 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-08-31 08:47:21 -0400 |
commit | 0bce08ce5c6fa073b0c9e299ab619d35ecdceef6 (patch) | |
tree | ca819bd27c14ae05d6c65164f84f41cab3916430 /src-qt5/core/libLumina/NativeWindow.h | |
parent | A couple more minor tweaks. (diff) | |
download | lumina-0bce08ce5c6fa073b0c9e299ab619d35ecdceef6.tar.gz lumina-0bce08ce5c6fa073b0c9e299ab619d35ecdceef6.tar.bz2 lumina-0bce08ce5c6fa073b0c9e299ab619d35ecdceef6.zip |
A but more work on Lumina2:
1. Get the menu-based task manager up and running.
2. Get the minimize button setup with normal functionality now (since we can restore it)
3. Get the maximize button logic setup - still testing this
4. Get the window movement animation system setup - still testing this for the maximize functionality
5. Cleanup a bit more of the backend "pause" for windows during animations.
Diffstat (limited to 'src-qt5/core/libLumina/NativeWindow.h')
-rw-r--r-- | src-qt5/core/libLumina/NativeWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/NativeWindow.h b/src-qt5/core/libLumina/NativeWindow.h index d04815ce..67436259 100644 --- a/src-qt5/core/libLumina/NativeWindow.h +++ b/src-qt5/core/libLumina/NativeWindow.h @@ -78,6 +78,7 @@ public: QRect geometry(); //this returns the "full" geometry of the window (window + frame) public slots: + void toggleVisibility(); void requestClose(); //ask the app to close the window (may/not depending on activity) void requestKill(); //ask the WM to kill the app associated with this window (harsh - only use if not responding) void requestPing(); //ask the app if it is still active (a WindowNotResponding signal will get sent out if there is no reply); |