Qt 4.8
Signals | Public Functions | Protected Functions | Properties | List of all members
QDeclarativePropertyAnimation Class Reference

#include <qdeclarativeanimation_p.h>

Inheritance diagram for QDeclarativePropertyAnimation:
QDeclarativeAbstractAnimation QObject QDeclarativePropertyValueSource QDeclarativeParserStatus QDeclarativeColorAnimation QDeclarativeNumberAnimation QDeclarativeRotationAnimation QDeclarativeVector3dAnimation QDeclarativeSmoothedAnimation QDeclarativeSpringAnimation

Signals

void durationChanged (int)
 
void easingChanged (const QEasingCurve &)
 
void fromChanged (QVariant)
 
void propertiesChanged (const QString &)
 
void propertyChanged ()
 
void targetChanged ()
 
void toChanged (QVariant)
 
- Signals inherited from QDeclarativeAbstractAnimation
void alwaysRunToEndChanged (bool)
 
void completed ()
 
void loopCountChanged (int)
 
void pausedChanged (bool)
 
void runningChanged (bool)
 
void started ()
 
- Signals inherited from QObject
void destroyed (QObject *=0)
 This signal is emitted immediately before the object obj is destroyed, and can not be blocked. More...
 

Public Functions

virtual int duration () const
 
QEasingCurve easing () const
 
QDeclarativeListProperty< QObjectexclude ()
 
QVariant from () const
 
QString properties () const
 
QString property () const
 
 QDeclarativePropertyAnimation (QObject *parent=0)
 
virtual void setDuration (int)
 
void setEasing (const QEasingCurve &)
 
void setFrom (const QVariant &)
 
void setProperties (const QString &)
 
void setProperty (const QString &)
 
void setTarget (QObject *)
 
void setTo (const QVariant &)
 
QObjecttarget () const
 
QDeclarativeListProperty< QObjecttargets ()
 
QVariant to () const
 
virtual ~QDeclarativePropertyAnimation ()
 
- Public Functions inherited from QDeclarativeAbstractAnimation
bool alwaysRunToEnd () const
 
void classBegin ()
 Invoked after class creation, but before any properties have been set. More...
 
void componentComplete ()
 Invoked after the root component that caused this instantiation has completed construction. More...
 
int currentTime ()
 
QDeclarativeAnimationGroupgroup () const
 
bool isPaused () const
 
bool isRunning () const
 
int loops () const
 
 QDeclarativeAbstractAnimation (QObject *parent=0)
 
void setAlwaysRunToEnd (bool)
 
void setCurrentTime (int)
 
void setDefaultTarget (const QDeclarativeProperty &)
 
void setDisableUserControl ()
 
void setGroup (QDeclarativeAnimationGroup *)
 
void setLoops (int)
 
void setPaused (bool)
 
void setRunning (bool)
 
virtual ~QDeclarativeAbstractAnimation ()
 
- Public Functions inherited from QObject
bool blockSignals (bool b)
 If block is true, signals emitted by this object are blocked (i.e., emitting a signal will not invoke anything connected to it). More...
 
const QObjectListchildren () const
 Returns a list of child objects. More...
 
bool connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const
 
bool disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0)
 
bool disconnect (const QObject *receiver, const char *member=0)
 
void dumpObjectInfo ()
 Dumps information about signal connections, etc. More...
 
void dumpObjectTree ()
 Dumps a tree of children to the debug output. More...
 
QList< QByteArraydynamicPropertyNames () const
 Returns the names of all properties that were dynamically added to the object using setProperty(). More...
 
virtual bool event (QEvent *)
 This virtual function receives events to an object and should return true if the event e was recognized and processed. More...
 
virtual bool eventFilter (QObject *, QEvent *)
 Filters events if this object has been installed as an event filter for the watched object. More...
 
template<typename T >
findChild (const QString &aName=QString()) const
 Returns the child of this object that can be cast into type T and that is called name, or 0 if there is no such object. More...
 
template<typename T >
QList< T > findChildren (const QString &aName=QString()) const
 Returns all children of this object with the given name that can be cast to type T, or an empty list if there are no such objects. More...
 
template<typename T >
QList< T > findChildren (const QRegExp &re) const
 
bool inherits (const char *classname) const
 Returns true if this object is an instance of a class that inherits className or a QObject subclass that inherits className; otherwise returns false. More...
 
void installEventFilter (QObject *)
 Installs an event filter filterObj on this object. More...
 
bool isWidgetType () const
 Returns true if the object is a widget; otherwise returns false. More...
 
void killTimer (int id)
 Kills the timer with timer identifier, id. More...
 
virtual const QMetaObjectmetaObject () const
 Returns a pointer to the meta-object of this object. More...
 
void moveToThread (QThread *thread)
 Changes the thread affinity for this object and its children. More...
 
QString objectName () const
 
QObjectparent () const
 Returns a pointer to the parent object. More...
 
QVariant property (const char *name) const
 Returns the value of the object's name property. More...
 
Q_INVOKABLE QObject (QObject *parent=0)
 Constructs an object with parent object parent. More...
 
void removeEventFilter (QObject *)
 Removes an event filter object obj from this object. More...
 
void setObjectName (const QString &name)
 
void setParent (QObject *)
 Makes the object a child of parent. More...
 
bool setProperty (const char *name, const QVariant &value)
 Sets the value of the object's name property to value. More...
 
void setUserData (uint id, QObjectUserData *data)
 
bool signalsBlocked () const
 Returns true if signals are blocked; otherwise returns false. More...
 
int startTimer (int interval)
 Starts a timer and returns a timer identifier, or returns zero if it could not start a timer. More...
 
QThreadthread () const
 Returns the thread in which the object lives. More...
 
QObjectUserDatauserData (uint id) const
 
virtual ~QObject ()
 Destroys the object, deleting all its child objects. More...
 
- Public Functions inherited from QDeclarativePropertyValueSource
 QDeclarativePropertyValueSource ()
 Constructs a QDeclarativePropertyValueSource. More...
 
virtual ~QDeclarativePropertyValueSource ()
 Destroys the value source. More...
 
- Public Functions inherited from QDeclarativeParserStatus
 QDeclarativeParserStatus ()
 
virtual ~QDeclarativeParserStatus ()
 

Protected Functions

 QDeclarativePropertyAnimation (QDeclarativePropertyAnimationPrivate &dd, QObject *parent)
 
virtual QAbstractAnimationqtAnimation ()
 
virtual void transition (QDeclarativeStateActions &actions, QDeclarativeProperties &modified, TransitionDirection direction)
 
- Protected Functions inherited from QDeclarativeAbstractAnimation
 QDeclarativeAbstractAnimation (QDeclarativeAbstractAnimationPrivate &dd, QObject *parent)
 
- Protected Functions inherited from QObject
virtual void childEvent (QChildEvent *)
 This event handler can be reimplemented in a subclass to receive child events. More...
 
virtual void connectNotify (const char *signal)
 This virtual function is called when something has been connected to signal in this object. More...
 
virtual void customEvent (QEvent *)
 This event handler can be reimplemented in a subclass to receive custom events. More...
 
virtual void disconnectNotify (const char *signal)
 This virtual function is called when something has been disconnected from signal in this object. More...
 
 QObject (QObjectPrivate &dd, QObject *parent=0)
 
int receivers (const char *signal) const
 Returns the number of receivers connected to the signal. More...
 
QObjectsender () const
 Returns a pointer to the object that sent the signal, if called in a slot activated by a signal; otherwise it returns 0. More...
 
int senderSignalIndex () const
 
virtual void timerEvent (QTimerEvent *)
 This event handler can be reimplemented in a subclass to receive timer events for the object. More...
 

Properties

int duration
 
QEasingCurve easing
 
QDeclarativeListProperty< QObjectexclude
 
QVariant from
 
QString properties
 
QString property
 
QObjecttarget
 
QDeclarativeListProperty< QObjecttargets
 
QVariant to
 

Additional Inherited Members

- Public Types inherited from QDeclarativeAbstractAnimation
enum  Loops { Infinite = -2 }
 
enum  TransitionDirection { Forward, Backward }
 
- Public Slots inherited from QDeclarativeAbstractAnimation
void complete ()
 
void pause ()
 
void restart ()
 
void resume ()
 
void start ()
 
void stop ()
 
- Public Slots inherited from QObject
void deleteLater ()
 Schedules this object for deletion. More...
 
- Static Public Functions inherited from QObject
static bool connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection)
 Creates a connection of the given type from the signal in the sender object to the method in the receiver object. More...
 
static bool connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection)
 
static bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member)
 Disconnects signal in object sender from method in object receiver. More...
 
static bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member)
 
static uint registerUserData ()
 
static QString tr (const char *sourceText, const char *comment=0, int n=-1)
 
static QString trUtf8 (const char *sourceText, const char *comment=0, int n=-1)
 
- Static Public Variables inherited from QObject
static const QMetaObject staticMetaObject
 This variable stores the meta-object for the class. More...
 
- Protected Variables inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Static Protected Variables inherited from QObject
static const QMetaObject staticQtMetaObject
 

Detailed Description

Definition at line 240 of file qdeclarativeanimation_p.h.

Constructors and Destructors

◆ QDeclarativePropertyAnimation() [1/2]

QDeclarativePropertyAnimation::QDeclarativePropertyAnimation ( QObject parent = 0)

◆ ~QDeclarativePropertyAnimation()

QDeclarativePropertyAnimation::~QDeclarativePropertyAnimation ( )
virtual

Definition at line 1929 of file qdeclarativeanimation.cpp.

1930 {
1931 }

◆ QDeclarativePropertyAnimation() [2/2]

QDeclarativePropertyAnimation::QDeclarativePropertyAnimation ( QDeclarativePropertyAnimationPrivate dd,
QObject parent 
)
protected

Definition at line 1922 of file qdeclarativeanimation.cpp.

1923 : QDeclarativeAbstractAnimation(dd, parent)
1924 {
1926  d->init();
1927 }
QDeclarativeParserStatus ** d
QDeclarativeAbstractAnimation(QObject *parent=0)
#define Q_D(Class)
Definition: qglobal.h:2482

Functions

◆ duration()

virtual int QDeclarativePropertyAnimation::duration ( ) const
virtual

◆ durationChanged

void QDeclarativePropertyAnimation::durationChanged ( int  )
signal

Referenced by setDuration().

◆ easing()

QEasingCurve QDeclarativePropertyAnimation::easing ( ) const

Referenced by setTo().

◆ easingChanged

void QDeclarativePropertyAnimation::easingChanged ( const QEasingCurve )
signal

Referenced by setEasing().

◆ exclude()

QDeclarativeListProperty<QObject> QDeclarativePropertyAnimation::exclude ( )

Referenced by setProperties().

◆ from()

QVariant QDeclarativePropertyAnimation::from ( ) const

Referenced by setDuration().

◆ fromChanged

void QDeclarativePropertyAnimation::fromChanged ( QVariant  )
signal

Referenced by setFrom().

◆ properties()

QString QDeclarativePropertyAnimation::properties ( ) const

Referenced by setProperty().

◆ propertiesChanged

void QDeclarativePropertyAnimation::propertiesChanged ( const QString )
signal

Referenced by setProperties().

◆ property()

QString QDeclarativePropertyAnimation::property ( ) const

◆ propertyChanged

void QDeclarativePropertyAnimation::propertyChanged ( )
signal

Referenced by setProperty().

◆ qtAnimation()

QAbstractAnimation * QDeclarativePropertyAnimation::qtAnimation ( )
protectedvirtual

Implements QDeclarativeAbstractAnimation.

Reimplemented in QDeclarativeSpringAnimation, and QDeclarativeSmoothedAnimation.

Definition at line 2406 of file qdeclarativeanimation.cpp.

2407 {
2409  return d->va;
2410 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482

◆ setDuration()

void QDeclarativePropertyAnimation::setDuration ( int  duration)
virtual

Reimplemented in QDeclarativeSmoothedAnimation.

Definition at line 1955 of file qdeclarativeanimation.cpp.

Referenced by QDeclarativeSmoothedAnimation::setDuration().

1956 {
1957  if (duration < 0) {
1958  qmlInfo(this) << tr("Cannot set a duration of < 0");
1959  return;
1960  }
1961 
1963  if (d->va->duration() == duration)
1964  return;
1965  d->va->setDuration(duration);
1967 }
QDeclarativeParserStatus ** d
static QString tr(const char *sourceText, const char *comment=0, int n=-1)
#define Q_D(Class)
Definition: qglobal.h:2482
#define emit
Definition: qobjectdefs.h:76
virtual int duration() const
QDeclarativeInfo qmlInfo(const QObject *me)

◆ setEasing()

void QDeclarativePropertyAnimation::setEasing ( const QEasingCurve e)

Definition at line 2237 of file qdeclarativeanimation.cpp.

2238 {
2240  if (d->va->easingCurve() == e)
2241  return;
2242 
2243  d->va->setEasingCurve(e);
2244  emit easingChanged(e);
2245 }
QDeclarativeParserStatus ** d
void easingChanged(const QEasingCurve &)
#define Q_D(Class)
Definition: qglobal.h:2482
#define emit
Definition: qobjectdefs.h:76

◆ setFrom()

void QDeclarativePropertyAnimation::setFrom ( const QVariant f)

Definition at line 1989 of file qdeclarativeanimation.cpp.

Referenced by QDeclarativeColorAnimation::setFrom(), QDeclarativeNumberAnimation::setFrom(), QDeclarativeVector3dAnimation::setFrom(), and QDeclarativeRotationAnimation::setFrom().

1990 {
1992  if (d->fromIsDefined && f == d->from)
1993  return;
1994  d->from = f;
1995  d->fromIsDefined = f.isValid();
1996  emit fromChanged(f);
1997 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482
#define emit
Definition: qobjectdefs.h:76
bool isValid() const
Returns true if the storage type of this variant is not QVariant::Invalid; otherwise returns false...
Definition: qvariant.h:485

◆ setProperties()

void QDeclarativePropertyAnimation::setProperties ( const QString prop)

Definition at line 2283 of file qdeclarativeanimation.cpp.

2284 {
2286  if (d->properties == prop)
2287  return;
2288 
2289  d->properties = prop;
2290  emit propertiesChanged(prop);
2291 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482
#define emit
Definition: qobjectdefs.h:76
void propertiesChanged(const QString &)

◆ setProperty()

void QDeclarativePropertyAnimation::setProperty ( const QString n)

Definition at line 2268 of file qdeclarativeanimation.cpp.

2269 {
2271  if (d->propertyName == n)
2272  return;
2273  d->propertyName = n;
2275 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482
#define emit
Definition: qobjectdefs.h:76

◆ setTarget()

void QDeclarativePropertyAnimation::setTarget ( QObject o)

Definition at line 2253 of file qdeclarativeanimation.cpp.

2254 {
2256  if (d->target == o)
2257  return;
2258  d->target = o;
2259  emit targetChanged();
2260 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482
#define emit
Definition: qobjectdefs.h:76

◆ setTo()

void QDeclarativePropertyAnimation::setTo ( const QVariant t)

Definition at line 2019 of file qdeclarativeanimation.cpp.

Referenced by QDeclarativeColorAnimation::setTo(), QDeclarativeNumberAnimation::setTo(), QDeclarativeVector3dAnimation::setTo(), and QDeclarativeRotationAnimation::setTo().

2020 {
2022  if (d->toIsDefined && t == d->to)
2023  return;
2024  d->to = t;
2025  d->toIsDefined = t.isValid();
2026  emit toChanged(t);
2027 }
QDeclarativeParserStatus ** d
#define Q_D(Class)
Definition: qglobal.h:2482
#define emit
Definition: qobjectdefs.h:76
bool isValid() const
Returns true if the storage type of this variant is not QVariant::Invalid; otherwise returns false...
Definition: qvariant.h:485

◆ target()

QObject* QDeclarativePropertyAnimation::target ( ) const

Referenced by setEasing().

◆ targetChanged

void QDeclarativePropertyAnimation::targetChanged ( )
signal

Referenced by setTarget().

◆ targets()

QDeclarativeListProperty<QObject> QDeclarativePropertyAnimation::targets ( )

Referenced by setProperties(), and transition().

◆ to()

QVariant QDeclarativePropertyAnimation::to ( ) const

Referenced by setFrom().

◆ toChanged

void QDeclarativePropertyAnimation::toChanged ( QVariant  )
signal

Referenced by setTo().

◆ transition()

void QDeclarativePropertyAnimation::transition ( QDeclarativeStateActions actions,
QDeclarativeProperties modified,
TransitionDirection  direction 
)
protectedvirtual

Reimplemented from QDeclarativeAbstractAnimation.

Reimplemented in QDeclarativeSpringAnimation, and QDeclarativeSmoothedAnimation.

Definition at line 2446 of file qdeclarativeanimation.cpp.

Referenced by QDeclarativeSmoothedAnimation::transition(), and QDeclarativeSpringAnimation::transition().

2449 {
2451 
2452  QStringList props = d->properties.isEmpty() ? QStringList() : d->properties.split(QLatin1Char(','));
2453  for (int ii = 0; ii < props.count(); ++ii)
2454  props[ii] = props.at(ii).trimmed();
2455  if (!d->propertyName.isEmpty())
2456  props << d->propertyName;
2457 
2458  QList<QObject*> targets = d->targets;
2459  if (d->target)
2460  targets.append(d->target);
2461 
2462  bool hasSelectors = !props.isEmpty() || !targets.isEmpty() || !d->exclude.isEmpty();
2463  bool useType = (props.isEmpty() && d->defaultToInterpolatorType) ? true : false;
2464 
2465  if (d->defaultProperty.isValid() && !hasSelectors) {
2466  props << d->defaultProperty.name();
2467  targets << d->defaultProperty.object();
2468  }
2469 
2470  if (props.isEmpty() && !d->defaultProperties.isEmpty()) {
2471  props << d->defaultProperties.split(QLatin1Char(','));
2472  }
2473 
2475  data->interpolatorType = d->interpolatorType;
2476  data->interpolator = d->interpolator;
2477  data->reverse = direction == Backward ? true : false;
2478  data->fromSourced = false;
2479  data->fromDefined = d->fromIsDefined;
2480 
2481  bool hasExplicit = false;
2482  //an explicit animation has been specified
2483  if (d->toIsDefined) {
2484  for (int i = 0; i < props.count(); ++i) {
2485  for (int j = 0; j < targets.count(); ++j) {
2486  QDeclarativeAction myAction;
2487  myAction.property = d->createProperty(targets.at(j), props.at(i), this);
2488  if (myAction.property.isValid()) {
2489  if (d->fromIsDefined) {
2490  myAction.fromValue = d->from;
2491  d->convertVariant(myAction.fromValue, d->interpolatorType ? d->interpolatorType : myAction.property.propertyType());
2492  }
2493  myAction.toValue = d->to;
2494  d->convertVariant(myAction.toValue, d->interpolatorType ? d->interpolatorType : myAction.property.propertyType());
2495  data->actions << myAction;
2496  hasExplicit = true;
2497  for (int ii = 0; ii < actions.count(); ++ii) {
2498  QDeclarativeAction &action = actions[ii];
2499  if (action.property.object() == myAction.property.object() &&
2500  myAction.property.name() == action.property.name()) {
2501  modified << action.property;
2502  break; //### any chance there could be multiples?
2503  }
2504  }
2505  }
2506  }
2507  }
2508  }
2509 
2510  if (!hasExplicit)
2511  for (int ii = 0; ii < actions.count(); ++ii) {
2512  QDeclarativeAction &action = actions[ii];
2513 
2514  QObject *obj = action.property.object();
2515  QString propertyName = action.property.name();
2516  QObject *sObj = action.specifiedObject;
2517  QString sPropertyName = action.specifiedProperty;
2518  bool same = (obj == sObj);
2519 
2520  if ((targets.isEmpty() || targets.contains(obj) || (!same && targets.contains(sObj))) &&
2521  (!d->exclude.contains(obj)) && (same || (!d->exclude.contains(sObj))) &&
2522  (props.contains(propertyName) || (!same && props.contains(sPropertyName))
2523  || (useType && action.property.propertyType() == d->interpolatorType))) {
2524  QDeclarativeAction myAction = action;
2525 
2526  if (d->fromIsDefined)
2527  myAction.fromValue = d->from;
2528  else
2529  myAction.fromValue = QVariant();
2530  if (d->toIsDefined)
2531  myAction.toValue = d->to;
2532 
2533  d->convertVariant(myAction.fromValue, d->interpolatorType ? d->interpolatorType : myAction.property.propertyType());
2534  d->convertVariant(myAction.toValue, d->interpolatorType ? d->interpolatorType : myAction.property.propertyType());
2535 
2536  modified << action.property;
2537 
2538  data->actions << myAction;
2539  action.fromValue = myAction.toValue;
2540  }
2541  }
2542 
2543  if (data->actions.count()) {
2544  if (!d->rangeIsSet) {
2545  d->va->setStartValue(qreal(0));
2546  d->va->setEndValue(qreal(1));
2547  d->rangeIsSet = true;
2548  }
2549  d->va->setAnimValue(data, QAbstractAnimation::DeleteWhenStopped);
2550  d->va->setFromSourcedValue(&data->fromSourced);
2551  d->actions = &data->actions;
2552  } else {
2553  delete data;
2554  d->va->setFromSourcedValue(0); //clear previous data
2555  d->va->setAnimValue(0, QAbstractAnimation::DeleteWhenStopped); //clear previous data
2556  d->actions = 0;
2557  }
2558 }
The QVariant class acts like a union for the most common Qt data types.
Definition: qvariant.h:92
QDeclarativeProperty property
double qreal
Definition: qglobal.h:1193
QDeclarativeParserStatus ** d
int count(const T &t) const
Returns the number of occurrences of value in the list.
Definition: qlist.h:891
The QString class provides a Unicode character string.
Definition: qstring.h:83
The QObject class is the base class of all Qt objects.
Definition: qobject.h:111
#define Q_D(Class)
Definition: qglobal.h:2482
bool isValid() const
Returns true if the QDeclarativeProperty refers to a valid property, otherwise false.
bool isEmpty() const
Returns true if the list contains no items; otherwise returns false.
Definition: qlist.h:152
QObject * object() const
Returns the QDeclarativeProperty&#39;s QObject.
QString trimmed() const Q_REQUIRED_RESULT
Returns a string that has whitespace removed from the start and the end.
Definition: qstring.cpp:4506
const T & at(int i) const
Returns the item at index position i in the list.
Definition: qlist.h:468
The QStringList class provides a list of strings.
Definition: qstringlist.h:66
static const char * data(const QByteArray &arr)
QBool contains(const QString &str, Qt::CaseSensitivity cs=Qt::CaseSensitive) const
Returns true if the list contains the string str; otherwise returns false.
Definition: qstringlist.h:172
static void split(QT_FT_Vector *b)
QDeclarativeListProperty< QObject > targets()
QVariantAnimation::Interpolator interpolator
int propertyType() const
Returns the QVariant type of the property, or QVariant::Invalid if the property has no QVariant type...
if(void) toggleToolbarShown
QString name() const
Return the name of this QML property.
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
Definition: qchar.h:55
The QList class is a template class that provides lists.
Definition: qdatastream.h:62
Qt::LayoutDirection direction

Properties

◆ duration

int QDeclarativePropertyAnimation::duration
private

Definition at line 245 of file qdeclarativeanimation_p.h.

◆ easing

QEasingCurve QDeclarativePropertyAnimation::easing
private

Definition at line 248 of file qdeclarativeanimation_p.h.

◆ exclude

QDeclarativeListProperty< QObject > QDeclarativePropertyAnimation::exclude
private

Definition at line 253 of file qdeclarativeanimation_p.h.

◆ from

QVariant QDeclarativePropertyAnimation::from
private

Definition at line 246 of file qdeclarativeanimation_p.h.

◆ properties

QString QDeclarativePropertyAnimation::properties
private

Definition at line 251 of file qdeclarativeanimation_p.h.

◆ property

QString QDeclarativePropertyAnimation::property
private

Definition at line 250 of file qdeclarativeanimation_p.h.

◆ target

QObject * QDeclarativePropertyAnimation::target
private

Definition at line 249 of file qdeclarativeanimation_p.h.

◆ targets

QDeclarativeListProperty< QObject > QDeclarativePropertyAnimation::targets
private

Definition at line 252 of file qdeclarativeanimation_p.h.

◆ to

QVariant QDeclarativePropertyAnimation::to
private

Definition at line 247 of file qdeclarativeanimation_p.h.


The documentation for this class was generated from the following files: