#include <qdeclarativeanimation_p_p.h>
◆ QDeclarativePropertyAnimationPrivate()
QDeclarativePropertyAnimationPrivate::QDeclarativePropertyAnimationPrivate |
( |
| ) |
|
|
inline |
Definition at line 305 of file qdeclarativeanimation_p_p.h.
QDeclarativeStateActions * actions
QDeclarativeAbstractAnimationPrivate()
QVariantAnimation::Interpolator interpolator
QDeclarativeBulkValueAnimator * va
bool defaultToInterpolatorType
◆ convertVariant()
void QDeclarativePropertyAnimationPrivate::convertVariant |
( |
QVariant & |
variant, |
|
|
int |
type |
|
) |
| |
|
static |
Definition at line 1798 of file qdeclarativeanimation.cpp.
Referenced by QDeclarativeAnimationPropertyUpdater::setValue(), and QDeclarativePropertyAction::transition().
1844 variant = converter(variant.
toString());
QColor Q_DECLARATIVE_PRIVATE_EXPORT colorFromString(const QString &, bool *ok=0)
QVector3D Q_DECLARATIVE_PRIVATE_EXPORT vector3DFromString(const QString &, bool *ok=0)
QString toString() const
Returns the variant as a QString if the variant has type() String , Bool , ByteArray ...
void setValue(const T &value)
Stores a copy of value.
QRectF Q_DECLARATIVE_PRIVATE_EXPORT rectFFromString(const QString &, bool *ok=0)
QPointF Q_DECLARATIVE_PRIVATE_EXPORT pointFFromString(const QString &, bool *ok=0)
Type
This enum type defines the types of variable that a QVariant can contain.
bool convert(Type t)
Casts the variant to the requested type, t.
QSizeF Q_DECLARATIVE_PRIVATE_EXPORT sizeFFromString(const QString &, bool *ok=0)
int userType() const
Returns the storage type of the value stored in the variant.
static bool isValueType(int)
◆ init()
void QDeclarativePropertyAnimationPrivate::init |
( |
| ) |
|
Definition at line 1933 of file qdeclarativeanimation.cpp.
QDeclarativeBulkValueAnimator * va
void QDeclarative_setParent_noEvent(QObject *object, QObject *parent)
Makes the object a child of parent.
◆ interpolateVariant()
◆ actions
◆ defaultProperties
QString QDeclarativePropertyAnimationPrivate::defaultProperties |
◆ defaultToInterpolatorType
bool QDeclarativePropertyAnimationPrivate::defaultToInterpolatorType |
◆ exclude
QList<QObject *> QDeclarativePropertyAnimationPrivate::exclude |
◆ from
QVariant QDeclarativePropertyAnimationPrivate::from |
◆ fromIsDefined
bool QDeclarativePropertyAnimationPrivate::fromIsDefined |
◆ fromSourced
bool QDeclarativePropertyAnimationPrivate::fromSourced |
◆ interpolator
◆ interpolatorType
int QDeclarativePropertyAnimationPrivate::interpolatorType |
◆ properties
QString QDeclarativePropertyAnimationPrivate::properties |
◆ propertyName
QString QDeclarativePropertyAnimationPrivate::propertyName |
◆ rangeIsSet
bool QDeclarativePropertyAnimationPrivate::rangeIsSet |
◆ target
QObject* QDeclarativePropertyAnimationPrivate::target |
◆ targets
QList<QObject *> QDeclarativePropertyAnimationPrivate::targets |
◆ to
QVariant QDeclarativePropertyAnimationPrivate::to |
◆ toIsDefined
bool QDeclarativePropertyAnimationPrivate::toIsDefined |
◆ va
The documentation for this class was generated from the following files: