KWin
KWin::Options Class Reference
#include <options.h>

Detailed Description
Definition at line 39 of file options.h.
Member Enumeration Documentation
anonymous enum |
Different Alt-Tab-Styles:.
-
KDE - the recommended KDE style. Alt-Tab opens a nice icon box that makes it easy to select the window you want to tab to. The order automatically adjusts to the most recently used windows. Note that KDE style does not work with the FocusUnderMouse and FocusStrictlyUnderMouse focus policies. Choose ClickToFocus or FocusFollowsMouse instead.
-
CDE - the old-fashion CDE style. Alt-Tab cycles between the windows in static order. The current window gets raised, the previous window gets lowered.
Different focus policies:
-
ClickToFocus - Clicking into a window activates it. This is also the default.
-
FocusFollowsMouse - Moving the mouse pointer actively onto a normal window activates it. For convenience, the desktop and windows on the dock are excluded. They require clicking.
-
FocusUnderMouse - The window that happens to be under the mouse pointer becomes active. The invariant is: no window can have focus that is not under the mouse. This also means that Alt-Tab won't work properly and popup dialogs are usually unsable with the keyboard. Note that the desktop and windows on the dock are excluded for convenience. They get focus only when clicking on it.
-
FocusStrictlyUnderMouse - this is even worse than FocusUnderMouse. Only the window under the mouse pointer is active. If the mouse points nowhere, nothing has the focus. If the mouse points onto the desktop, the desktop has focus. The same holds for windows on the dock.
Note that FocusUnderMouse and FocusStrictlyUnderMouse are not particulary useful. They are only provided for old-fashined die-hard UNIX people ;-)
- Enumerator:
Constructor & Destructor Documentation
KWin::Options::Options | ( | ) |
Definition at line 45 of file options.cpp.
KWin::Options::~Options | ( | ) |
Definition at line 52 of file options.cpp.
Member Function Documentation
bool KWin::Options::checkIgnoreFocusStealing | ( | const Client * | c | ) |
Definition at line 312 of file options.cpp.
MouseCommand KWin::Options::commandActiveTitlebar1 | ( | ) | [inline] |
MouseCommand KWin::Options::commandActiveTitlebar2 | ( | ) | [inline] |
MouseCommand KWin::Options::commandActiveTitlebar3 | ( | ) | [inline] |
MouseCommand KWin::Options::commandAll1 | ( | ) | [inline] |
MouseCommand KWin::Options::commandAll2 | ( | ) | [inline] |
MouseCommand KWin::Options::commandAll3 | ( | ) | [inline] |
MouseCommand KWin::Options::commandInactiveTitlebar1 | ( | ) | [inline] |
MouseCommand KWin::Options::commandInactiveTitlebar2 | ( | ) | [inline] |
MouseCommand KWin::Options::commandInactiveTitlebar3 | ( | ) | [inline] |
MouseCommand KWin::Options::commandWindow1 | ( | ) | [inline] |
MouseCommand KWin::Options::commandWindow2 | ( | ) | [inline] |
MouseCommand KWin::Options::commandWindow3 | ( | ) | [inline] |
int KWin::Options::electricBorderDelay | ( | ) |
- Returns:
- the activation delay for electric borders in milliseconds.
Definition at line 307 of file options.cpp.
int KWin::Options::electricBorders | ( | ) |
- Returns:
- true if electric borders are enabled.
With electric borders you can change desktop by moving the mouse pointer towards the edge of the screen
Definition at line 302 of file options.cpp.
Options::MouseCommand KWin::Options::mouseCommand | ( | const QString & | name, | |
bool | restricted | |||
) | [static] |
Definition at line 263 of file options.cpp.
Options::MouseWheelCommand KWin::Options::mouseWheelCommand | ( | const QString & | name | ) | [static] |
Definition at line 285 of file options.cpp.
const char * KWin::Options::moveResizeModeToString | ( | MoveResizeMode | mode | ) | [static] |
Definition at line 344 of file options.cpp.
WindowOperation KWin::Options::operationTitlebarDblClick | ( | ) | [inline] |
MouseCommand KWin::Options::operationTitlebarMouseWheel | ( | int | delta | ) | [inline] |
MouseCommand KWin::Options::operationWindowMouseWheel | ( | int | delta | ) | [inline] |
bool KWin::Options::showGeometryTip | ( | ) |
- Returns:
- true if the Geometry Tip should be shown during a window move/resize.
Definition at line 297 of file options.cpp.
Options::MoveResizeMode KWin::Options::stringToMoveResizeMode | ( | const QString & | s | ) | [static] |
Definition at line 339 of file options.cpp.
unsigned long KWin::Options::updateSettings | ( | ) | [virtual] |
Definition at line 56 of file options.cpp.
Options::WindowOperation KWin::Options::windowOperation | ( | const QString & | name, | |
bool | restricted | |||
) | [static] |
Definition at line 236 of file options.cpp.
Member Data Documentation
CompositingType KWin::Options::compositingMode |
The documentation for this class was generated from the following files: