Plasma
Plasma::AnimationDriver Class Reference
#include <animationdriver.h>

Public Member Functions | |
virtual Animator::CurveShape | animationCurve (Plasma::Animator::Animation) const |
AnimationDriver (QObject *parent=0) | |
virtual int | animationDuration (Plasma::Animator::Animation) const |
virtual int | animationFps (Plasma::Animator::Animation) const |
virtual Animator::CurveShape | elementAnimationCurve (Plasma::Animator::Animation) const |
virtual int | elementAnimationDuration (Plasma::Animator::Animation) const |
virtual int | elementAnimationFps (Plasma::Animator::Animation) const |
virtual QPixmap | elementAppear (qreal progress, const QPixmap &pixmap) |
virtual QPixmap | elementDisappear (qreal progress, const QPixmap &pixmap) |
virtual void | itemActivated (qreal progress, QGraphicsItem *item) |
virtual void | itemAppear (qreal progress, QGraphicsItem *item) |
virtual void | itemDisappear (qreal progress, QGraphicsItem *item) |
virtual void | itemSlideIn (qreal progress, QGraphicsItem *item, const QPoint &start, const QPoint &destination) |
virtual void | itemSlideOut (qreal progress, QGraphicsItem *item, const QPoint &start, const QPoint &destination) |
virtual Animator::CurveShape | movementAnimationCurve (Plasma::Animator::Movement) const |
virtual int | movementAnimationDuration (Plasma::Animator::Movement) const |
virtual int | movementAnimationFps (Plasma::Animator::Movement) const |
~AnimationDriver () |
Detailed Description
Definition at line 40 of file animationdriver.h.
Constructor & Destructor Documentation
Plasma::AnimationDriver::AnimationDriver | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 29 of file animationdriver.cpp.
Plasma::AnimationDriver::~AnimationDriver | ( | ) |
Definition at line 35 of file animationdriver.cpp.
Member Function Documentation
Animator::CurveShape Plasma::AnimationDriver::animationCurve | ( | Plasma::Animator::Animation | ) | const [virtual] |
Definition at line 81 of file animationdriver.cpp.
int Plasma::AnimationDriver::animationDuration | ( | Plasma::Animator::Animation | ) | const [virtual] |
Definition at line 57 of file animationdriver.cpp.
int Plasma::AnimationDriver::animationFps | ( | Plasma::Animator::Animation | animation | ) | const [virtual] |
Definition at line 39 of file animationdriver.cpp.
Animator::CurveShape Plasma::AnimationDriver::elementAnimationCurve | ( | Plasma::Animator::Animation | ) | const [virtual] |
Definition at line 91 of file animationdriver.cpp.
int Plasma::AnimationDriver::elementAnimationDuration | ( | Plasma::Animator::Animation | ) | const [virtual] |
Definition at line 76 of file animationdriver.cpp.
int Plasma::AnimationDriver::elementAnimationFps | ( | Plasma::Animator::Animation | animation | ) | const [virtual] |
Definition at line 51 of file animationdriver.cpp.
QPixmap Plasma::AnimationDriver::elementAppear | ( | qreal | progress, | |
const QPixmap & | pixmap | |||
) | [virtual] |
Definition at line 96 of file animationdriver.cpp.
QPixmap Plasma::AnimationDriver::elementDisappear | ( | qreal | progress, | |
const QPixmap & | pixmap | |||
) | [virtual] |
Definition at line 102 of file animationdriver.cpp.
void Plasma::AnimationDriver::itemActivated | ( | qreal | progress, | |
QGraphicsItem * | item | |||
) | [virtual] |
Definition at line 123 of file animationdriver.cpp.
void Plasma::AnimationDriver::itemAppear | ( | qreal | progress, | |
QGraphicsItem * | item | |||
) | [virtual] |
Definition at line 111 of file animationdriver.cpp.
void Plasma::AnimationDriver::itemDisappear | ( | qreal | progress, | |
QGraphicsItem * | item | |||
) | [virtual] |
Definition at line 117 of file animationdriver.cpp.
void Plasma::AnimationDriver::itemSlideIn | ( | qreal | progress, | |
QGraphicsItem * | item, | |||
const QPoint & | start, | |||
const QPoint & | destination | |||
) | [virtual] |
Definition at line 129 of file animationdriver.cpp.
void Plasma::AnimationDriver::itemSlideOut | ( | qreal | progress, | |
QGraphicsItem * | item, | |||
const QPoint & | start, | |||
const QPoint & | destination | |||
) | [virtual] |
Definition at line 136 of file animationdriver.cpp.
Animator::CurveShape Plasma::AnimationDriver::movementAnimationCurve | ( | Plasma::Animator::Movement | ) | const [virtual] |
Definition at line 86 of file animationdriver.cpp.
int Plasma::AnimationDriver::movementAnimationDuration | ( | Plasma::Animator::Movement | movement | ) | const [virtual] |
Definition at line 62 of file animationdriver.cpp.
int Plasma::AnimationDriver::movementAnimationFps | ( | Plasma::Animator::Movement | movement | ) | const [virtual] |
Definition at line 45 of file animationdriver.cpp.
The documentation for this class was generated from the following files: