Plasma
#include <animationdriver.h>
|
| AnimationDriver (QObject *parent=0) |
|
| ~AnimationDriver () |
|
virtual Animator::CurveShape | animationCurve (Plasma::Animator::Animation) const |
|
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 |
|
Definition at line 40 of file animationdriver.h.
Plasma::AnimationDriver::AnimationDriver |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
Plasma::AnimationDriver::~AnimationDriver |
( |
| ) |
|
QPixmap Plasma::AnimationDriver::elementAppear |
( |
qreal |
progress, |
|
|
const QPixmap & |
pixmap |
|
) |
| |
|
virtual |
QPixmap Plasma::AnimationDriver::elementDisappear |
( |
qreal |
progress, |
|
|
const QPixmap & |
pixmap |
|
) |
| |
|
virtual |
void Plasma::AnimationDriver::itemActivated |
( |
qreal |
progress, |
|
|
QGraphicsItem * |
item |
|
) |
| |
|
virtual |
void Plasma::AnimationDriver::itemAppear |
( |
qreal |
progress, |
|
|
QGraphicsItem * |
item |
|
) |
| |
|
virtual |
void Plasma::AnimationDriver::itemDisappear |
( |
qreal |
progress, |
|
|
QGraphicsItem * |
item |
|
) |
| |
|
virtual |
void Plasma::AnimationDriver::itemSlideIn |
( |
qreal |
progress, |
|
|
QGraphicsItem * |
item, |
|
|
const QPoint & |
start, |
|
|
const QPoint & |
destination |
|
) |
| |
|
virtual |
void Plasma::AnimationDriver::itemSlideOut |
( |
qreal |
progress, |
|
|
QGraphicsItem * |
item, |
|
|
const QPoint & |
start, |
|
|
const QPoint & |
destination |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.