|
QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 117 of file QskStackBoxAnimator.h.
Public Member Functions | |
| QskStackBoxAnimator4 (QskStackBox *) | |
| void | setOrientation (Qt::Orientation) |
| Qt::Orientation | orientation () const |
| void | setInverted (bool) |
| bool | isInverted () const |
Public Member Functions inherited from QskStackBoxAnimator | |
| 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 | |
| void | setup () override |
| void | advanceIndex (qreal value) override |
| void | done () override |
Protected Member Functions inherited from QskStackBoxAnimator | |
| QskStackBox * | stackBox () const |
| QQuickItem * | itemAt (int index) const |
Properties | |
| Qt::Orientation | orientation |
| bool | inverted |
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) |
| QskStackBoxAnimator4::QskStackBoxAnimator4 | ( | QskStackBox * | parent | ) |
Definition at line 465 of file QskStackBoxAnimator.cpp.
|
override |
Definition at line 472 of file QskStackBoxAnimator.cpp.
|
overrideprotectedvirtual |
Implements QskStackBoxAnimator.
Definition at line 519 of file QskStackBoxAnimator.cpp.
|
overrideprotectedvirtual |
Reimplemented from QskAnimator.
Definition at line 599 of file QskStackBoxAnimator.cpp.
| bool QskStackBoxAnimator4::isInverted | ( | ) | const |
Definition at line 499 of file QskStackBoxAnimator.cpp.
| Qt::Orientation QskStackBoxAnimator4::orientation | ( | ) | const |
Definition at line 485 of file QskStackBoxAnimator.cpp.
| void QskStackBoxAnimator4::setInverted | ( | bool | on | ) |
Definition at line 490 of file QskStackBoxAnimator.cpp.
| void QskStackBoxAnimator4::setOrientation | ( | Qt::Orientation | orientation | ) |
Definition at line 476 of file QskStackBoxAnimator.cpp.
|
overrideprotectedvirtual |
Reimplemented from QskAnimator.
Definition at line 504 of file QskStackBoxAnimator.cpp.
|
readwrite |
Definition at line 122 of file QskStackBoxAnimator.h.
|
readwrite |
Definition at line 121 of file QskStackBoxAnimator.h.