KWin
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
KWin::AnimationSettings Struct Reference

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
 

Detailed Description

Definition at line 41 of file scriptedeffect.cpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Type 
Curve 
Delay 
Duration 
FullScreen 
KeepAlive 
FrozenTime 

Definition at line 43 of file scriptedeffect.cpp.

Member Data Documentation

◆ curve

QEasingCurve::Type KWin::AnimationSettings::curve

Definition at line 53 of file scriptedeffect.cpp.

◆ delay

int KWin::AnimationSettings::delay

Definition at line 56 of file scriptedeffect.cpp.

◆ duration

uint KWin::AnimationSettings::duration

Definition at line 58 of file scriptedeffect.cpp.

◆ from

QJSValue KWin::AnimationSettings::from

Definition at line 54 of file scriptedeffect.cpp.

◆ frozenTime

qint64 KWin::AnimationSettings::frozenTime

Definition at line 57 of file scriptedeffect.cpp.

◆ fullScreenEffect

bool KWin::AnimationSettings::fullScreenEffect

Definition at line 61 of file scriptedeffect.cpp.

◆ keepAlive

bool KWin::AnimationSettings::keepAlive

Definition at line 62 of file scriptedeffect.cpp.

◆ metaData

uint KWin::AnimationSettings::metaData

Definition at line 60 of file scriptedeffect.cpp.

◆ set

uint KWin::AnimationSettings::set

Definition at line 59 of file scriptedeffect.cpp.

◆ shader

std::optional<uint> KWin::AnimationSettings::shader

Definition at line 63 of file scriptedeffect.cpp.

◆ to

QJSValue KWin::AnimationSettings::to

Definition at line 55 of file scriptedeffect.cpp.

◆ type

AnimationEffect::Attribute KWin::AnimationSettings::type

Definition at line 52 of file scriptedeffect.cpp.


The documentation for this struct was generated from the following file: