libplasma
Plasma::Animator Class Reference
#include <animator.h>

Detailed Description
Definition at line 38 of file animator.h.
Public Member Functions | |
| Animator (QObject *parent=0) | |
| ~Animator () | |
| virtual int | framesPerSecond (Plasma::Phase::Animation) |
| virtual int | framesPerSecond (Plasma::Phase::Movement) |
| virtual int | framesPerSecond (Plasma::Phase::ElementAnimation) |
| virtual Phase::CurveShape | curve (Plasma::Phase::Animation) |
| virtual Phase::CurveShape | curve (Plasma::Phase::Movement) |
| virtual Phase::CurveShape | curve (Plasma::Phase::ElementAnimation) |
| virtual QPixmap | elementAppear (qreal frame, const QPixmap &pixmap) |
| virtual QPixmap | elementDisappear (qreal frame, const QPixmap &pixmap) |
| virtual void | appear (qreal progress, QGraphicsItem *item) |
| virtual void | disappear (qreal progress, QGraphicsItem *item) |
| virtual void | frameAppear (qreal progress, QGraphicsItem *item, const QRegion &drawable) |
| virtual void | activate (qreal progress, QGraphicsItem *item) |
| virtual void | slideIn (qreal progress, QGraphicsItem *item, const QPoint &start, const QPoint &destination) |
| virtual void | slideOut (qreal progress, QGraphicsItem *item, const QPoint &start, const QPoint &destination) |
Constructor & Destructor Documentation
| Plasma::Animator::Animator | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 29 of file animator.cpp.
| Plasma::Animator::~Animator | ( | ) |
Definition at line 35 of file animator.cpp.
Member Function Documentation
| int Plasma::Animator::framesPerSecond | ( | Plasma::Phase::Animation | animation | ) | [virtual] |
Definition at line 39 of file animator.cpp.
| int Plasma::Animator::framesPerSecond | ( | Plasma::Phase::Movement | movement | ) | [virtual] |
Definition at line 45 of file animator.cpp.
| int Plasma::Animator::framesPerSecond | ( | Plasma::Phase::ElementAnimation | animation | ) | [virtual] |
Definition at line 51 of file animator.cpp.
| Phase::CurveShape Plasma::Animator::curve | ( | Plasma::Phase::Animation | ) | [virtual] |
Definition at line 57 of file animator.cpp.
| Phase::CurveShape Plasma::Animator::curve | ( | Plasma::Phase::Movement | ) | [virtual] |
Definition at line 62 of file animator.cpp.
| Phase::CurveShape Plasma::Animator::curve | ( | Plasma::Phase::ElementAnimation | ) | [virtual] |
Definition at line 67 of file animator.cpp.
Definition at line 72 of file animator.cpp.
Definition at line 78 of file animator.cpp.
| void Plasma::Animator::appear | ( | qreal | progress, | |
| QGraphicsItem * | item | |||
| ) | [virtual] |
Definition at line 87 of file animator.cpp.
| void Plasma::Animator::disappear | ( | qreal | progress, | |
| QGraphicsItem * | item | |||
| ) | [virtual] |
Definition at line 93 of file animator.cpp.
| void Plasma::Animator::frameAppear | ( | qreal | progress, | |
| QGraphicsItem * | item, | |||
| const QRegion & | drawable | |||
| ) | [virtual] |
Definition at line 105 of file animator.cpp.
| void Plasma::Animator::activate | ( | qreal | progress, | |
| QGraphicsItem * | item | |||
| ) | [virtual] |
Definition at line 99 of file animator.cpp.
| void Plasma::Animator::slideIn | ( | qreal | progress, | |
| QGraphicsItem * | item, | |||
| const QPoint & | start, | |||
| const QPoint & | destination | |||
| ) | [virtual] |
Definition at line 112 of file animator.cpp.
| void Plasma::Animator::slideOut | ( | qreal | progress, | |
| QGraphicsItem * | item, | |||
| const QPoint & | start, | |||
| const QPoint & | destination | |||
| ) | [virtual] |
Definition at line 119 of file animator.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference