KDecorationDefines Class Reference
#include <kdecoration.h>
Inheritance diagram for KDecorationDefines:

Detailed Description
This class provides a namespace for all decoration related classes.All shared types are defined here.
- Since:
- 3.2
Definition at line 47 of file kdecoration.h.
Public Types | |
enum | Position { PositionCenter = 0x00, PositionLeft = 0x01, PositionRight = 0x02, PositionTop = 0x04, PositionBottom = 0x08, PositionTopLeft = PositionLeft | PositionTop, PositionTopRight = PositionRight | PositionTop, PositionBottomLeft = PositionLeft | PositionBottom, PositionBottomRight = PositionRight | PositionBottom } |
enum | MaximizeMode { MaximizeRestore = 0, MaximizeVertical = 1, MaximizeHorizontal = 2, MaximizeFull = MaximizeVertical | MaximizeHorizontal } |
enum | WindowOperation { MaximizeOp = 5000, RestoreOp, MinimizeOp, MoveOp, UnrestrictedMoveOp, ResizeOp, UnrestrictedResizeOp, CloseOp, OnAllDesktopsOp, ShadeOp, KeepAboveOp, KeepBelowOp, OperationsOp, WindowRulesOp, ToggleStoreSettingsOp = WindowRulesOp, HMaximizeOp, VMaximizeOp, LowerOp, FullScreenOp, NoBorderOp, NoOp, SetupWindowShortcutOp, ApplicationRulesOp } |
enum | ColorType { ColorTitleBar, ColorTitleBlend, ColorFont, ColorButtonBg, ColorFrame, ColorHandle, NUM_COLORS } |
enum | { SettingDecoration = 1 << 0, SettingColors = 1 << 1, SettingFont = 1 << 2, SettingButtons = 1 << 3, SettingTooltips = 1 << 4, SettingBorder = 1 << 5 } |
enum | BorderSize { BorderTiny, BorderNormal, BorderLarge, BorderVeryLarge, BorderHuge, BorderVeryHuge, BorderOversized, BordersCount } |
enum | Ability { AbilityAnnounceButtons = 0, AbilityButtonMenu = 1000, AbilityButtonOnAllDesktops = 1001, AbilityButtonSpacer = 1002, AbilityButtonHelp = 1003, AbilityButtonMinimize = 1004, AbilityButtonMaximize = 1005, AbilityButtonClose = 1006, AbilityButtonAboveOthers = 1007, AbilityButtonBelowOthers = 1008, AbilityButtonShade = 1009, AbilityButtonResize = 1010, ABILITY_DUMMY = 10000000 } |
enum | Requirement { REQUIREMENT_DUMMY = 1000000 } |
Member Enumeration Documentation
Maximize mode.
These values specify how a window is maximized.
- Enumerator:
Definition at line 69 of file kdecoration.h.
Definition at line 78 of file kdecoration.h.
Basic color types that should be recognized by all decoration styles.
Decorations are not required to implement all the colors, but for the ones that are implemented the color setting for them should be obeyed.
- Enumerator:
Definition at line 109 of file kdecoration.h.
anonymous enum |
These flags specify which settings changed when rereading settings.
Each setting in class KDecorationOptions specifies its matching flag.
- Enumerator:
Definition at line 124 of file kdecoration.h.
Border size.
KDecorationOptions::preferredBorderSize() returns one of these values.
- Enumerator:
Definition at line 138 of file kdecoration.h.
Used to find out which features the decoration supports.
- See also:
- KDecorationFactory::supports()
- Enumerator:
Definition at line 154 of file kdecoration.h.
The documentation for this class was generated from the following file: