libkworkspace
KWindowListMenu Class Reference
#include <kwindowlistmenu.h>

Detailed Description
This class provides a menu which contains actions to manage a window.It is used by the window manager for example an accessable there via the menu button of the window decoration.
Definition at line 37 of file kwindowlistmenu.h.
Public Slots | |
void | selectActiveWindow () |
Public Member Functions | |
void | init () |
KWindowListMenu (QWidget *parent=0) | |
virtual | ~KWindowListMenu () |
Protected Slots | |
void | slotCascadeWindows () |
void | slotForceActiveWindow () |
void | slotSetCurrentDesktop () |
void | slotUnclutterWindows () |
Constructor & Destructor Documentation
KWindowListMenu::KWindowListMenu | ( | QWidget * | parent = 0 |
) | [explicit] |
Creates a new window list menu.
- Parameters:
-
parent The parent widget.
Definition at line 62 of file kwindowlistmenu.cpp.
KWindowListMenu::~KWindowListMenu | ( | ) | [virtual] |
Member Function Documentation
void KWindowListMenu::init | ( | ) |
Initializes the menu by filling it with actions for managing a window.
Definition at line 86 of file kwindowlistmenu.cpp.
void KWindowListMenu::selectActiveWindow | ( | ) | [slot] |
Pre-selects the active window in the popup menu, for faster keyboard navigation.
Needs to be called after popup(). Should not be used when the popup is invoked using the mouse.
Definition at line 208 of file kwindowlistmenu.cpp.
void KWindowListMenu::slotCascadeWindows | ( | ) | [protected, slot] |
Definition at line 223 of file kwindowlistmenu.cpp.
void KWindowListMenu::slotForceActiveWindow | ( | ) | [protected, slot] |
Definition at line 186 of file kwindowlistmenu.cpp.
void KWindowListMenu::slotSetCurrentDesktop | ( | ) | [protected, slot] |
Definition at line 195 of file kwindowlistmenu.cpp.
void KWindowListMenu::slotUnclutterWindows | ( | ) | [protected, slot] |
Definition at line 217 of file kwindowlistmenu.cpp.
The documentation for this class was generated from the following files: