KWinInternal::Options Class Reference
List of all members.Detailed Description
Definition at line 28 of file options.h.
Public Types | |
ClickToFocus | |
FocusFollowsMouse | |
FocusUnderMouse | |
FocusStrictlyUnderMouse | |
KDE | |
CDE | |
Transparent | |
Opaque | |
MouseRaise | |
MouseLower | |
MouseOperationsMenu | |
MouseToggleRaiseAndLower | |
MouseActivateAndRaise | |
MouseActivateAndLower | |
MouseActivate | |
MouseActivateRaiseAndPassClick | |
MouseActivateAndPassClick | |
MouseMove | |
MouseUnrestrictedMove | |
MouseActivateRaiseAndMove | |
MouseActivateRaiseAndUnrestrictedMove | |
MouseResize | |
MouseUnrestrictedResize | |
MouseShade | |
MouseSetShade | |
MouseUnsetShade | |
MouseMaximize | |
MouseRestore | |
MouseMinimize | |
MouseNextDesktop | |
MousePreviousDesktop | |
MouseAbove | |
MouseBelow | |
MouseOpacityMore | |
MouseOpacityLess | |
MouseNothing | |
MouseWheelRaiseLower | |
MouseWheelShadeUnshade | |
MouseWheelMaximizeRestore | |
MouseWheelAboveBelow | |
MouseWheelPreviousNextDesktop | |
MouseWheelChangeOpacity | |
MouseWheelNothing | |
ElectricDisabled = 0 | |
ElectricMoveOnly = 1 | |
ElectricAlways = 2 | |
enum | FocusPolicy { ClickToFocus, FocusFollowsMouse, FocusUnderMouse, FocusStrictlyUnderMouse } |
enum | AltTabStyle { KDE, CDE } |
enum | MoveResizeMode { Transparent, Opaque } |
enum | MouseCommand { MouseRaise, MouseLower, MouseOperationsMenu, MouseToggleRaiseAndLower, MouseActivateAndRaise, MouseActivateAndLower, MouseActivate, MouseActivateRaiseAndPassClick, MouseActivateAndPassClick, MouseMove, MouseUnrestrictedMove, MouseActivateRaiseAndMove, MouseActivateRaiseAndUnrestrictedMove, MouseResize, MouseUnrestrictedResize, MouseShade, MouseSetShade, MouseUnsetShade, MouseMaximize, MouseRestore, MouseMinimize, MouseNextDesktop, MousePreviousDesktop, MouseAbove, MouseBelow, MouseOpacityMore, MouseOpacityLess, MouseNothing } |
enum | MouseWheelCommand { MouseWheelRaiseLower, MouseWheelShadeUnshade, MouseWheelMaximizeRestore, MouseWheelAboveBelow, MouseWheelPreviousNextDesktop, MouseWheelChangeOpacity, MouseWheelNothing } |
enum | { ElectricDisabled = 0, ElectricMoveOnly = 1, ElectricAlways = 2 } |
Public Member Functions | |
Options () | |
~Options () | |
virtual unsigned long | updateSettings () |
bool | focusPolicyIsReasonable () |
bool | checkIgnoreFocusStealing (const Client *c) |
WindowOperation | operationTitlebarDblClick () |
MouseCommand | operationTitlebarMouseWheel (int delta) |
MouseCommand | operationWindowMouseWheel (int delta) |
MouseCommand | commandActiveTitlebar1 () |
MouseCommand | commandActiveTitlebar2 () |
MouseCommand | commandActiveTitlebar3 () |
MouseCommand | commandInactiveTitlebar1 () |
MouseCommand | commandInactiveTitlebar2 () |
MouseCommand | commandInactiveTitlebar3 () |
MouseCommand | commandWindow1 () |
MouseCommand | commandWindow2 () |
MouseCommand | commandWindow3 () |
MouseCommand | commandAll1 () |
MouseCommand | commandAll2 () |
MouseCommand | commandAll3 () |
uint | keyCmdAllModKey () |
bool | showGeometryTip () |
int | electricBorders () |
int | electricBorderDelay () |
bool | topMenuEnabled () const |
bool | desktopTopMenu () const |
Static Public Member Functions | |
static MoveResizeMode | stringToMoveResizeMode (const QString &s) |
static const char * | moveResizeModeToString (MoveResizeMode mode) |
static WindowOperation | windowOperation (const QString &name, bool restricted) |
static MouseCommand | mouseCommand (const QString &name, bool restricted) |
static MouseWheelCommand | mouseWheelCommand (const QString &name) |
Public Attributes | |
FocusPolicy | focusPolicy |
bool | clickRaise |
bool | autoRaise |
int | autoRaiseInterval |
bool | delayFocus |
int | delayFocusInterval |
bool | shadeHover |
int | shadeHoverInterval |
AltTabStyle | altTabStyle |
bool | xineramaEnabled |
bool | xineramaPlacementEnabled |
bool | xineramaMovementEnabled |
bool | xineramaMaximizeEnabled |
bool | xineramaFullscreenEnabled |
MoveResizeMode | resizeMode |
MoveResizeMode | moveMode |
Placement::Policy | placement |
bool | animateShade |
int | borderSnapZone |
int | windowSnapZone |
bool | snapOnlyWhenOverlapping |
bool | animateMinimize |
int | animateMinimizeSpeed |
bool | showDesktopIsMinimizeAll |
bool | rollOverDesktops |
int | focusStealingPreventionLevel |
QStringList | ignorePositionClasses |
int | killPingTimeout |
bool | hideUtilityWindowsForInactive |
bool | useTranslucency |
bool | translucentActiveWindows |
uint | activeWindowOpacity |
bool | translucentInactiveWindows |
uint | inactiveWindowOpacity |
bool | translucentMovingWindows |
uint | movingWindowOpacity |
bool | removeShadowsOnResize |
bool | removeShadowsOnMove |
bool | translucentDocks |
uint | dockOpacity |
bool | keepAboveAsActive |
bool | useTitleMenuSlider |
uint | activeWindowShadowSize |
uint | inactiveWindowShadowSize |
uint | dockShadowSize |
bool | onlyDecoTranslucent |
bool | resetKompmgr |
Member Enumeration Documentation
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 ;-)
Member Function Documentation
int KWinInternal::Options::electricBorderDelay | ( | ) |
- Returns:
- the activation delay for electric borders in milliseconds.
Definition at line 296 of file options.cpp.
int KWinInternal::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 291 of file options.cpp.
bool KWinInternal::Options::showGeometryTip | ( | ) |
- Returns:
- true if the Geometry Tip should be shown during a window move/resize.
- Since:
- 3.2
Definition at line 286 of file options.cpp.
Member Data Documentation
QStringList KWinInternal::Options::ignorePositionClasses |
The documentation for this class was generated from the following files: