|
QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 57 of file QskHintAnimator.h.
Public Member Functions | |
| void | start (QskControl *, QskAspect, int index, QskAnimationHint, const QVariant &from, const QVariant &to) |
| const QskHintAnimator * | animator (QskAspect, int index=-1) const |
| QVariant | currentValue (QskAspect, int index=-1) const |
| bool | cleanup () |
| bool | isEmpty () const |
| QskHintAnimatorTable::QskHintAnimatorTable | ( | ) |
Definition at line 311 of file QskHintAnimator.cpp.
| QskHintAnimatorTable::~QskHintAnimatorTable | ( | ) |
Definition at line 315 of file QskHintAnimator.cpp.
| const QskHintAnimator * QskHintAnimatorTable::animator | ( | QskAspect | aspect, |
| int | index = -1 |
||
| ) | const |
Definition at line 352 of file QskHintAnimator.cpp.
| bool QskHintAnimatorTable::cleanup | ( | ) |
Definition at line 374 of file QskHintAnimator.cpp.
| QVariant QskHintAnimatorTable::currentValue | ( | QskAspect | aspect, |
| int | index = -1 |
||
| ) | const |
Definition at line 360 of file QskHintAnimator.cpp.
|
inline |
Definition at line 104 of file QskHintAnimator.h.
| void QskHintAnimatorTable::start | ( | QskControl * | control, |
| QskAspect | aspect, | ||
| int | index, | ||
| QskAnimationHint | animationHint, | ||
| const QVariant & | from, | ||
| const QVariant & | to | ||
| ) |
Definition at line 323 of file QskHintAnimator.cpp.