|
QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 18 of file QskStackBoxAnimator.h.
Public Member Functions | |
| QskStackBoxAnimator (QskStackBox *) | |
| void | setStartIndex (int index) |
| void | setEndIndex (int index) |
| int | startIndex () const |
| int | endIndex () const |
| qreal | transientIndex () const |
Public Member Functions inherited from QskAnimator | |
| QQuickWindow * | window () const |
| void | setWindow (QQuickWindow *) |
| void | setEasingCurve (QEasingCurve::Type type) |
| void | setEasingCurve (const QEasingCurve &) |
| const QEasingCurve & | easingCurve () const |
| void | setAutoRepeat (bool) |
| bool | autoRepeat () const |
| void | setDuration (int ms) |
| int | duration () const |
| bool | isRunning () const |
| qint64 | elapsed () const |
| void | start () |
| void | stop () |
| void | update () |
Protected Member Functions | |
| QskStackBox * | stackBox () const |
| QQuickItem * | itemAt (int index) const |
Protected Member Functions inherited from QskAnimator | |
| virtual void | setup () |
| virtual void | done () |
Additional Inherited Members | |
Static Public Member Functions inherited from QskAnimator | |
| static QMetaObject::Connection | addCleanupHandler (QObject *receiver, const char *method, Qt::ConnectionType type=Qt::AutoConnection) |
| static QMetaObject::Connection | addAdvanceHandler (QObject *receiver, const char *method, Qt::ConnectionType type=Qt::AutoConnection) |
| static void | debugStatistics (QDebug) |
| QskStackBoxAnimator::QskStackBoxAnimator | ( | QskStackBox * | parent | ) |
Definition at line 106 of file QskStackBoxAnimator.cpp.
|
override |
Definition at line 113 of file QskStackBoxAnimator.cpp.
|
finaloverrideprivatevirtual |
Implements QskAnimator.
Definition at line 153 of file QskStackBoxAnimator.cpp.
| int QskStackBoxAnimator::endIndex | ( | ) | const |
Definition at line 132 of file QskStackBoxAnimator.cpp.
|
protected |
Definition at line 142 of file QskStackBoxAnimator.cpp.
| void QskStackBoxAnimator::setEndIndex | ( | int | index | ) |
Definition at line 122 of file QskStackBoxAnimator.cpp.
| void QskStackBoxAnimator::setStartIndex | ( | int | index | ) |
Definition at line 117 of file QskStackBoxAnimator.cpp.
|
protected |
Definition at line 137 of file QskStackBoxAnimator.cpp.
| int QskStackBoxAnimator::startIndex | ( | ) | const |
Definition at line 127 of file QskStackBoxAnimator.cpp.
| qreal QskStackBoxAnimator::transientIndex | ( | ) | const |
Definition at line 148 of file QskStackBoxAnimator.cpp.