![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
struct | Pair |
Public Member Functions | |
QGraphicsItemAnimationPrivate () | |
qreal | linearValueForStep (qreal step, const QList< Pair > &source, qreal defaultValue=0) |
void | insertUniquePair (qreal step, qreal value, QList< Pair > *binList, const char *method) |
QGraphicsItemAnimationPrivate () | |
qreal | linearValueForStep (qreal step, const QList< Pair > &source, qreal defaultValue=0) |
void | insertUniquePair (qreal step, qreal value, QList< Pair > *binList, const char *method) |
Public Attributes | |
QGraphicsItemAnimation * | q |
QPointer< QTimeLine > | timeLine |
QGraphicsItem * | item |
QPointF | startPos |
QTransform | startTransform |
qreal | step |
QList< Pair > | xPosition |
QList< Pair > | yPosition |
QList< Pair > | rotation |
QList< Pair > | verticalScale |
QList< Pair > | horizontalScale |
QList< Pair > | verticalShear |
QList< Pair > | horizontalShear |
QList< Pair > | xTranslation |
QList< Pair > | yTranslation |
Definition at line 68 of file qgraphicsitemanimation.cpp.
|
inline |
Definition at line 71 of file qgraphicsitemanimation.cpp.
References QGraphicsItemAnimationPrivate(), and item.
Referenced by QGraphicsItemAnimationPrivate().
|
inline |
Definition at line 71 of file qgraphicsitemanimation.cpp.
void QGraphicsItemAnimationPrivate::insertUniquePair | ( | qreal | step, |
qreal | value, | ||
QList< Pair > * | binList, | ||
const char * | method ) |
Definition at line 139 of file qgraphicsitemanimation.cpp.
void QGraphicsItemAnimationPrivate::insertUniquePair | ( | qreal | step, |
qreal | value, | ||
QList< Pair > * | binList, | ||
const char * | method ) |
qreal QGraphicsItemAnimationPrivate::linearValueForStep | ( | qreal | step, |
const QList< Pair > & | source, | ||
qreal | defaultValue = 0 ) |
Definition at line 108 of file qgraphicsitemanimation.cpp.
qreal QGraphicsItemAnimationPrivate::linearValueForStep | ( | qreal | step, |
const QList< Pair > & | source, | ||
qreal | defaultValue = 0 ) |
Definition at line 97 of file qgraphicsitemanimation.cpp.
Definition at line 99 of file qgraphicsitemanimation.cpp.
QGraphicsItem * QGraphicsItemAnimationPrivate::item |
Definition at line 78 of file qgraphicsitemanimation.cpp.
Referenced by QGraphicsItemAnimationPrivate().
QGraphicsItemAnimation * QGraphicsItemAnimationPrivate::q |
Definition at line 75 of file qgraphicsitemanimation.cpp.
Definition at line 95 of file qgraphicsitemanimation.cpp.
QPointF QGraphicsItemAnimationPrivate::startPos |
Definition at line 80 of file qgraphicsitemanimation.cpp.
QTransform QGraphicsItemAnimationPrivate::startTransform |
Definition at line 81 of file qgraphicsitemanimation.cpp.
qreal QGraphicsItemAnimationPrivate::step |
Definition at line 83 of file qgraphicsitemanimation.cpp.
Definition at line 77 of file qgraphicsitemanimation.cpp.
Definition at line 96 of file qgraphicsitemanimation.cpp.
Definition at line 98 of file qgraphicsitemanimation.cpp.
Definition at line 93 of file qgraphicsitemanimation.cpp.
Definition at line 100 of file qgraphicsitemanimation.cpp.
Definition at line 94 of file qgraphicsitemanimation.cpp.
Definition at line 101 of file qgraphicsitemanimation.cpp.