KWin
|
Public Types | |
enum | { Type = 1 << 0 , Curve = 1 << 1 , Delay = 1 << 2 , Duration = 1 << 3 , FullScreen = 1 << 4 , KeepAlive = 1 << 5 , FrozenTime = 1 << 6 } |
Public Attributes | |
AnimationEffect::Attribute | type |
QEasingCurve::Type | curve |
QJSValue | from |
QJSValue | to |
int | delay |
qint64 | frozenTime |
uint | duration |
uint | set |
uint | metaData |
bool | fullScreenEffect |
bool | keepAlive |
std::optional< uint > | shader |
Definition at line 41 of file scriptedeffect.cpp.
anonymous enum |
Enumerator | |
---|---|
Type | |
Curve | |
Delay | |
Duration | |
FullScreen | |
KeepAlive | |
FrozenTime |
Definition at line 43 of file scriptedeffect.cpp.
QEasingCurve::Type KWin::AnimationSettings::curve |
Definition at line 53 of file scriptedeffect.cpp.
int KWin::AnimationSettings::delay |
Definition at line 56 of file scriptedeffect.cpp.
uint KWin::AnimationSettings::duration |
Definition at line 58 of file scriptedeffect.cpp.
QJSValue KWin::AnimationSettings::from |
Definition at line 54 of file scriptedeffect.cpp.
qint64 KWin::AnimationSettings::frozenTime |
Definition at line 57 of file scriptedeffect.cpp.
bool KWin::AnimationSettings::fullScreenEffect |
Definition at line 61 of file scriptedeffect.cpp.
bool KWin::AnimationSettings::keepAlive |
Definition at line 62 of file scriptedeffect.cpp.
uint KWin::AnimationSettings::metaData |
Definition at line 60 of file scriptedeffect.cpp.
uint KWin::AnimationSettings::set |
Definition at line 59 of file scriptedeffect.cpp.
std::optional<uint> KWin::AnimationSettings::shader |
Definition at line 63 of file scriptedeffect.cpp.
QJSValue KWin::AnimationSettings::to |
Definition at line 55 of file scriptedeffect.cpp.
AnimationEffect::Attribute KWin::AnimationSettings::type |
Definition at line 52 of file scriptedeffect.cpp.