Mgraesslin (Talk | contribs) (enums) |
Mgraesslin (Talk | contribs) |
||
| Line 93: | Line 93: | ||
* '''addRepaint(int x, int y, int w, int h)=0''' | * '''addRepaint(int x, int y, int w, int h)=0''' | ||
| + | |||
== KWin::EffectWindow == | == KWin::EffectWindow == | ||
Representation of a window used by/for Effect classes. | Representation of a window used by/for Effect classes. | ||
| + | === Enums === | ||
| + | |||
| + | ==== @15 ==== | ||
| + | |||
| + | * '''PAINT_DISABLED''': Window will not be painted | ||
| + | * '''PAINT_DISABLED_BY_DELETE''': Window will not be painted because it is deleted | ||
| + | * '''PAINT_DISABLED_BY_DESKTOP''': Window will not be painted because of which desktop it's on | ||
| + | * '''PAINT_DISABLED_BY_MINIMIZE''': Window will not be painted because it is minimized | ||
| + | * '''PAINT_DISABLED_BY_TAB_GROUP''': Window will not be painted because it is not the active window in a client group | ||
| + | * '''PAINT_DISABLED_BY_ACTIVITY''': Window will not be painted because it's not on the current activity | ||
=== Read-only Properties === | === Read-only Properties === | ||
| Line 154: | Line 165: | ||
* ''bool'' '''minimized''': Whether the window is minimized. | * ''bool'' '''minimized''': Whether the window is minimized. | ||
| − | |||
| − | |||
=== Functions === | === Functions === | ||
| Line 170: | Line 179: | ||
* ''QVariant'' '''data(int role) const =0''' | * ''QVariant'' '''data(int role) const =0''' | ||
| + | |||
== KWin::AnimationEffect == | == KWin::AnimationEffect == | ||
| Line 206: | Line 216: | ||
* '''RelativeTargetY''': | * '''RelativeTargetY''': | ||
* '''Axis''': | * '''Axis''': | ||
| − | === | + | === Functions === |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
== KWin::AnimationData == | == KWin::AnimationData == | ||
| + | |||
=== Enums === | === Enums === | ||
| Line 221: | Line 228: | ||
* '''XAxis''': | * '''XAxis''': | ||
* '''YAxis''': | * '''YAxis''': | ||
| − | * '''ZAxis''': | + | * '''ZAxis''': |
| − | + | ||
| − | + | ||
| − | + | ||
=== Read-write Properties === | === Read-write Properties === | ||
| Line 234: | Line 238: | ||
* ''int'' '''relativeTargetY''' | * ''int'' '''relativeTargetY''' | ||
* ''Axis'' '''axis''' | * ''Axis'' '''axis''' | ||
| − | |||
| − | |||
=== Functions === | === Functions === | ||
| + | |||
| + | |||
== KWin::ScriptedEffect == | == KWin::ScriptedEffect == | ||
'''Inherits:''' KWin::AnimationEffect | '''Inherits:''' KWin::AnimationEffect | ||
| − | |||
=== Enums === | === Enums === | ||
| Line 252: | Line 255: | ||
* '''WindowForceBlurRole''': | * '''WindowForceBlurRole''': | ||
* '''WindowBlurBehindRole''': | * '''WindowBlurBehindRole''': | ||
| − | * '''LanczosCacheRole''': | + | * '''LanczosCacheRole''': |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
=== Signals === | === Signals === | ||
Contents |
Methods and properties added to the global JavaScript object.
Manager class that handles all the effects.
Representation of a window used by/for Effect classes.
Inherits: KWin::Effect
Inherits: KWin::AnimationEffect