AnimationDriver Class Reference
from PyKDE4.plasma import *
Inherits: QObject
Namespace: Plasma
Detailed Description
Methods | |
__init__ (self, QObject parent=0) | |
Plasma.Animator.CurveShape | animationCurve (self, Plasma.Animator.Animation a0) |
int | animationDuration (self, Plasma.Animator.Animation a0) |
int | animationFps (self, Plasma.Animator.Animation a0) |
Plasma.Animator.CurveShape | elementAnimationCurve (self, Plasma.Animator.Animation a0) |
int | elementAnimationDuration (self, Plasma.Animator.Animation a0) |
int | elementAnimationFps (self, Plasma.Animator.Animation a0) |
QPixmap | elementAppear (self, float progress, QPixmap pixmap) |
QPixmap | elementDisappear (self, float progress, QPixmap pixmap) |
itemActivated (self, float progress, QGraphicsItem item) | |
itemAppear (self, float progress, QGraphicsItem item) | |
itemDisappear (self, float progress, QGraphicsItem item) | |
itemSlideIn (self, float progress, QGraphicsItem item, QPoint start, QPoint destination) | |
itemSlideOut (self, float progress, QGraphicsItem item, QPoint start, QPoint destination) | |
Plasma.Animator.CurveShape | movementAnimationCurve (self, Plasma.Animator.Movement a0) |
int | movementAnimationDuration (self, Plasma.Animator.Movement a0) |
int | movementAnimationFps (self, Plasma.Animator.Movement a0) |
Method Documentation
__init__ | ( | self, | ||
QObject | parent=0 | |||
) |
Plasma.Animator.CurveShape animationCurve | ( | self, | ||
Plasma.Animator.Animation | a0 | |||
) |
int animationDuration | ( | self, | ||
Plasma.Animator.Animation | a0 | |||
) |
int animationFps | ( | self, | ||
Plasma.Animator.Animation | a0 | |||
) |
Plasma.Animator.CurveShape elementAnimationCurve | ( | self, | ||
Plasma.Animator.Animation | a0 | |||
) |
int elementAnimationDuration | ( | self, | ||
Plasma.Animator.Animation | a0 | |||
) |
int elementAnimationFps | ( | self, | ||
Plasma.Animator.Animation | a0 | |||
) |
itemActivated | ( | self, | ||
float | progress, | |||
QGraphicsItem | item | |||
) |
itemAppear | ( | self, | ||
float | progress, | |||
QGraphicsItem | item | |||
) |
itemDisappear | ( | self, | ||
float | progress, | |||
QGraphicsItem | item | |||
) |
itemSlideIn | ( | self, | ||
float | progress, | |||
QGraphicsItem | item, | |||
QPoint | start, | |||
QPoint | destination | |||
) |
itemSlideOut | ( | self, | ||
float | progress, | |||
QGraphicsItem | item, | |||
QPoint | start, | |||
QPoint | destination | |||
) |
Plasma.Animator.CurveShape movementAnimationCurve | ( | self, | ||
Plasma.Animator.Movement | a0 | |||
) |
int movementAnimationDuration | ( | self, | ||
Plasma.Animator.Movement | a0 | |||
) |
int movementAnimationFps | ( | self, | ||
Plasma.Animator.Movement | a0 | |||
) |