#include <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, ShadowOp, SuspendWindowOp, ResumeWindowOp } |
| 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 } |
Detailed Description
This class provides a namespace for all decoration related classes.
All shared types are defined here.
- Since
- 3.2
Definition at line 46 of file kdecoration.h.
Member Enumeration Documentation
◆ anonymous enum
| anonymous enum |
These flags specify which settings changed when rereading settings.
Each setting in class KDecorationOptions specifies its matching flag.
Definition at line 126 of file kdecoration.h.
◆ Ability
Used to find out which features the decoration supports.
- See also
- KDecorationFactory::supports()
Definition at line 156 of file kdecoration.h.
◆ BorderSize
Border size.
KDecorationOptions::preferredBorderSize() returns one of these values.
Definition at line 140 of file kdecoration.h.
◆ ColorType
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.
Definition at line 111 of file kdecoration.h.
◆ MaximizeMode
Maximize mode.
These values specify how a window is maximized.
Definition at line 68 of file kdecoration.h.
◆ Position
These values represent positions inside an area.
Definition at line 52 of file kdecoration.h.
◆ WindowOperation
| Enumerator | |
|---|---|
| ToggleStoreSettingsOp | |
| ApplicationRulesOp |
|
| ShadowOp |
|
| SuspendWindowOp |
|
| ResumeWindowOp |
|
Definition at line 77 of file kdecoration.h.
The documentation for this class was generated from the following file:
Trinity API Reference