Qt 4.8
Public Functions | Properties | List of all members
QDeclarativePropertyChanges Class Reference

#include <qdeclarativepropertychanges_p.h>

Inheritance diagram for QDeclarativePropertyChanges:
QDeclarativeStateOperation QObject

Public Functions

virtual ActionList actions ()
 
void attachToState ()
 
void changeExpression (const QString &name, const QString &expression)
 
void changeValue (const QString &name, const QVariant &value)
 
bool containsExpression (const QString &name) const
 
bool containsProperty (const QString &name) const
 
bool containsValue (const QString &name) const
 
void detachFromState ()
 
QString expression (const QString &name) const
 
bool isExplicit () const
 
QObjectobject () const
 
QVariant property (const QString &name) const
 
 QDeclarativePropertyChanges ()
 
void removeProperty (const QString &name)
 
bool restoreEntryValues () const
 
void setIsExplicit (bool)
 
void setObject (QObject *)
 
void setRestoreEntryValues (bool)
 
QVariant value (const QString &name) const
 
 ~QDeclarativePropertyChanges ()
 
- Public Functions inherited from QDeclarativeStateOperation
 QDeclarativeStateOperation (QObject *parent=0)
 
void setState (QDeclarativeState *state)
 
QDeclarativeStatestate () const
 
- 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...
 

Properties

bool explicit
 
bool restoreEntryValues
 
QObjecttarget
 

Additional Inherited Members

- Public Types inherited from QDeclarativeStateOperation
typedef QList< QDeclarativeActionActionList
 
- Public Slots inherited from QObject
void deleteLater ()
 Schedules this object for deletion. More...
 
- 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...
 
- 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 Functions inherited from QDeclarativeStateOperation
 QDeclarativeStateOperation (QObjectPrivate &dd, QObject *parent=0)
 
- 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...
 
- Protected Variables inherited from QObject
QScopedPointer< QObjectDatad_ptr
 
- Static Protected Variables inherited from QObject
static const QMetaObject staticQtMetaObject
 

Detailed Description

Definition at line 55 of file qdeclarativepropertychanges_p.h.

Constructors and Destructors

◆ QDeclarativePropertyChanges()

QDeclarativePropertyChanges::QDeclarativePropertyChanges ( )

◆ ~QDeclarativePropertyChanges()

QDeclarativePropertyChanges::~QDeclarativePropertyChanges ( )

Definition at line 382 of file qdeclarativepropertychanges.cpp.

383 {
385  for(int ii = 0; ii < d->expressions.count(); ++ii)
386  delete d->expressions.at(ii).expression;
387  for(int ii = 0; ii < d->signalReplacements.count(); ++ii)
388  delete d->signalReplacements.at(ii);
389 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

Functions

◆ actions()

QDeclarativePropertyChanges::ActionList QDeclarativePropertyChanges::actions ( )
virtual

Reimplemented from QDeclarativeStateOperation.

Definition at line 442 of file qdeclarativepropertychanges.cpp.

Referenced by attachToState().

443 {
445 
446  d->decode();
447 
448  ActionList list;
449 
450  for (int ii = 0; ii < d->properties.count(); ++ii) {
451 
452  QDeclarativeAction a(d->object, d->properties.at(ii).first,
453  qmlContext(this), d->properties.at(ii).second);
454 
455  if (a.property.isValid()) {
456  a.restore = restoreEntryValues();
457  list << a;
458  }
459  }
460 
461  for (int ii = 0; ii < d->signalReplacements.count(); ++ii) {
462 
463  QDeclarativeReplaceSignalHandler *handler = d->signalReplacements.at(ii);
464 
465  if (handler->property.isValid()) {
467  a.event = handler;
468  list << a;
469  }
470  }
471 
472  for (int ii = 0; ii < d->expressions.count(); ++ii) {
473 
474  const QString &property = d->expressions.at(ii).name;
475  QDeclarativeProperty prop = d->property(property);
476 
477  if (prop.isValid()) {
480  a.property = prop;
481  a.fromValue = a.property.read();
482  a.specifiedObject = d->object;
484 
485  if (d->isExplicit) {
486  a.toValue = d->expressions.at(ii).expression->evaluate();
487  } else {
488  QDeclarativeExpression *e = d->expressions.at(ii).expression;
489 
490  QDeclarativeBinding::Identifier id = d->expressions.at(ii).id;
492  if (!newBinding) {
493  newBinding = new QDeclarativeBinding(e->expression(), object(), qmlContext(this));
494  newBinding->setSourceLocation(e->sourceFile(), e->lineNumber());
495  }
496  newBinding->setTarget(prop);
497  a.toBinding = newBinding;
498  a.deletableToBinding = true;
499  }
500 
501  list << a;
502  }
503  }
504 
505  return list;
506 }
double d
Definition: qnumeric_p.h:62
QDeclarativeProperty property
QList< QDeclarativeAction > ActionList
void setTarget(const QDeclarativeProperty &)
long ASN1_INTEGER_get ASN1_INTEGER * a
The QString class provides a Unicode character string.
Definition: qstring.h:83
Q_DECLARATIVE_EXPORT QDeclarativeContext * qmlContext(const QObject *)
#define Q_D(Class)
Definition: qglobal.h:2482
bool isValid() const
Returns true if the QDeclarativeProperty refers to a valid property, otherwise false.
static Identifier Invalid
QWeakPointer< QDeclarativeAbstractBinding > toBinding
QString expression() const
Returns the expression string.
int lineNumber() const
Returns the source file line number for this expression.
QVariant property(const QString &name) const
QString sourceFile() const
Returns the source file URL for this expression.
void setSourceLocation(const QString &fileName, int line)
Set the location of this expression to line of url.
The QDeclarativeProperty class abstracts accessing properties on objects created from QML...
QDeclarativeActionEvent * event
The QDeclarativeExpression class evaluates JavaScript in a QML context.
QImageIOHandler * handler
static QDeclarativeBinding * createBinding(Identifier, QObject *, QDeclarativeContext *, const QString &, int, QObject *parent=0)
QVariant read() const
Returns the property value.

◆ attachToState()

void QDeclarativePropertyChanges::attachToState ( )

Definition at line 804 of file qdeclarativepropertychanges.cpp.

805 {
806  if (state())
808 }
void addEntriesToRevertList(const QList< QDeclarativeAction > &actions)
QDeclarativeState * state() const

◆ changeExpression()

void QDeclarativePropertyChanges::changeExpression ( const QString name,
const QString expression 
)

Definition at line 633 of file qdeclarativepropertychanges.cpp.

634 {
636  typedef QPair<QString, QVariant> PropertyEntry;
638 
639  bool hadValue = false;
640 
641  QMutableListIterator<PropertyEntry> propertyIterator(d->properties);
642  while (propertyIterator.hasNext()) {
643  PropertyEntry &entry = propertyIterator.next();
644  if (entry.first == name) {
645  propertyIterator.remove();
646  hadValue = true;
647  break;
648  }
649  }
650 
651  QMutableListIterator<ExpressionEntry> expressionIterator(d->expressions);
652  while (expressionIterator.hasNext()) {
653  const ExpressionEntry &entry = expressionIterator.next();
654  if (entry.name == name) {
655  entry.expression->setExpression(expression);
656  if (state() && state()->isStateActive()) {
658  if (oldBinding) {
659  QDeclarativePropertyPrivate::setBinding(d->property(name), 0);
660  oldBinding->destroy();
661  }
662 
663  QDeclarativeBinding *newBinding = new QDeclarativeBinding(expression, object(), qmlContext(this));
664  newBinding->setTarget(d->property(name));
666  }
667  return;
668  }
669  }
670 
671  QDeclarativeExpression *newExpression = new QDeclarativeExpression(qmlContext(this), d->object, expression);
672  expressionIterator.insert(ExpressionEntry(name, QDeclarativeBinding::Invalid, newExpression));
673 
674  if (state() && state()->isStateActive()) {
675  if (hadValue) {
677  if (oldBinding) {
679  state()->changeBindingInRevertList(object(), name, oldBinding);
680  }
681 
682  QDeclarativeBinding *newBinding = new QDeclarativeBinding(expression, object(), qmlContext(this));
683  newBinding->setTarget(d->property(name));
685  } else {
686  QDeclarativeAction action;
687  action.restore = restoreEntryValues();
688  action.property = d->property(name);
689  action.fromValue = action.property.read();
690  action.specifiedObject = object();
691  action.specifiedProperty = name;
692 
693 
694  if (d->isExplicit) {
695  action.toValue = newExpression->evaluate();
696  } else {
697  QDeclarativeBinding *newBinding = new QDeclarativeBinding(newExpression->expression(), object(), qmlContext(this));
698  newBinding->setTarget(d->property(name));
699  action.toBinding = newBinding;
700  action.deletableToBinding = true;
701 
702  state()->addEntryToRevertList(action);
704  if (oldBinding)
706 
708  }
709  }
710  }
711  // what about the signal handler?
712 }
double d
Definition: qnumeric_p.h:62
QDeclarativeProperty property
void setTarget(const QDeclarativeProperty &)
virtual void destroy(DestroyMode mode=DisconnectBinding)
Destroy the binding.
static QDeclarativeAbstractBinding * binding(QObject *, int coreIndex, int valueTypeIndex)
QVariant evaluate(bool *valueIsUndefined=0)
Evaulates the expression, returning the result of the evaluation, or an invalid QVariant if the expre...
Q_DECLARATIVE_EXPORT QDeclarativeContext * qmlContext(const QObject *)
#define Q_D(Class)
Definition: qglobal.h:2482
static Identifier Invalid
const char * name
QDeclarativeState * state() const
QWeakPointer< QDeclarativeAbstractBinding > toBinding
static QDeclarativeAbstractBinding * setBinding(QObject *, int coreIndex, int valueTypeIndex, QDeclarativeAbstractBinding *, WriteFlags flags=DontRemoveBinding)
bool changeBindingInRevertList(QObject *target, const QString &name, QDeclarativeAbstractBinding *binding)
QString expression() const
Returns the expression string.
void addEntryToRevertList(const QDeclarativeAction &action)
The QDeclarativeExpression class evaluates JavaScript in a QML context.
QVariant read() const
Returns the property value.

◆ changeValue()

void QDeclarativePropertyChanges::changeValue ( const QString name,
const QVariant value 
)

Definition at line 579 of file qdeclarativepropertychanges.cpp.

580 {
582  typedef QPair<QString, QVariant> PropertyEntry;
584 
585  QMutableListIterator<ExpressionEntry> expressionIterator(d->expressions);
586  while (expressionIterator.hasNext()) {
587  const ExpressionEntry &entry = expressionIterator.next();
588  if (entry.name == name) {
589  expressionIterator.remove();
590  if (state() && state()->isStateActive()) {
592  if (oldBinding) {
593  QDeclarativePropertyPrivate::setBinding(d->property(name), 0);
594  oldBinding->destroy();
595  }
596  d->property(name).write(value);
597  }
598 
599  d->properties.append(PropertyEntry(name, value));
600  return;
601  }
602  }
603 
604  QMutableListIterator<PropertyEntry> propertyIterator(d->properties);
605  while (propertyIterator.hasNext()) {
606  PropertyEntry &entry = propertyIterator.next();
607  if (entry.first == name) {
608  entry.second = value;
609  if (state() && state()->isStateActive())
610  d->property(name).write(value);
611  return;
612  }
613  }
614 
615  QDeclarativeAction action;
616  action.restore = restoreEntryValues();
617  action.property = d->property(name);
618  action.fromValue = action.property.read();
619  action.specifiedObject = object();
620  action.specifiedProperty = name;
621  action.toValue = value;
622 
623  propertyIterator.insert(PropertyEntry(name, value));
624  if (state() && state()->isStateActive()) {
625  state()->addEntryToRevertList(action);
627  if (oldBinding)
629  d->property(name).write(value);
630  }
631 }
double d
Definition: qnumeric_p.h:62
QDeclarativeProperty property
virtual void destroy(DestroyMode mode=DisconnectBinding)
Destroy the binding.
static QDeclarativeAbstractBinding * binding(QObject *, int coreIndex, int valueTypeIndex)
#define Q_D(Class)
Definition: qglobal.h:2482
const char * name
QDeclarativeState * state() const
static QDeclarativeAbstractBinding * setBinding(QObject *, int coreIndex, int valueTypeIndex, QDeclarativeAbstractBinding *, WriteFlags flags=DontRemoveBinding)
QVariant value(const QString &name) const
void addEntryToRevertList(const QDeclarativeAction &action)
QVariant read() const
Returns the property value.

◆ containsExpression()

bool QDeclarativePropertyChanges::containsExpression ( const QString name) const

Definition at line 558 of file qdeclarativepropertychanges.cpp.

Referenced by containsProperty().

559 {
562 
563  QListIterator<ExpressionEntry> expressionIterator(d->expressions);
564  while (expressionIterator.hasNext()) {
565  const ExpressionEntry &entry = expressionIterator.next();
566  if (entry.name == name) {
567  return true;
568  }
569  }
570 
571  return false;
572 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ containsProperty()

bool QDeclarativePropertyChanges::containsProperty ( const QString name) const

Definition at line 574 of file qdeclarativepropertychanges.cpp.

575 {
576  return containsValue(name) || containsExpression(name);
577 }
bool containsValue(const QString &name) const
bool containsExpression(const QString &name) const

◆ containsValue()

bool QDeclarativePropertyChanges::containsValue ( const QString name) const

Definition at line 542 of file qdeclarativepropertychanges.cpp.

Referenced by containsProperty().

543 {
545  typedef QPair<QString, QVariant> PropertyEntry;
546 
547  QListIterator<PropertyEntry> propertyIterator(d->properties);
548  while (propertyIterator.hasNext()) {
549  const PropertyEntry &entry = propertyIterator.next();
550  if (entry.first == name) {
551  return true;
552  }
553  }
554 
555  return false;
556 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ detachFromState()

void QDeclarativePropertyChanges::detachFromState ( )

Definition at line 798 of file qdeclarativepropertychanges.cpp.

799 {
800  if (state())
802 }
void removeAllEntriesFromRevertList(QObject *target)
QDeclarativeState * state() const

◆ expression()

QString QDeclarativePropertyChanges::expression ( const QString name) const

Definition at line 782 of file qdeclarativepropertychanges.cpp.

783 {
786 
787  QListIterator<ExpressionEntry> expressionIterator(d->expressions);
788  while (expressionIterator.hasNext()) {
789  const ExpressionEntry &entry = expressionIterator.next();
790  if (entry.name == name) {
791  return entry.expression->expression();
792  }
793  }
794 
795  return QString();
796 }
double d
Definition: qnumeric_p.h:62
The QString class provides a Unicode character string.
Definition: qstring.h:83
#define Q_D(Class)
Definition: qglobal.h:2482

◆ isExplicit()

bool QDeclarativePropertyChanges::isExplicit ( ) const

Definition at line 530 of file qdeclarativepropertychanges.cpp.

531 {
533  return d->isExplicit;
534 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ object()

QObject * QDeclarativePropertyChanges::object ( ) const

Definition at line 391 of file qdeclarativepropertychanges.cpp.

Referenced by actions(), changeExpression(), and changeValue().

392 {
394  return d->object;
395 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ property()

QVariant QDeclarativePropertyChanges::property ( const QString name) const

Definition at line 714 of file qdeclarativepropertychanges.cpp.

Referenced by actions().

715 {
717  typedef QPair<QString, QVariant> PropertyEntry;
719 
720  QListIterator<PropertyEntry> propertyIterator(d->properties);
721  while (propertyIterator.hasNext()) {
722  const PropertyEntry &entry = propertyIterator.next();
723  if (entry.first == name) {
724  return entry.second;
725  }
726  }
727 
728  QListIterator<ExpressionEntry> expressionIterator(d->expressions);
729  while (expressionIterator.hasNext()) {
730  const ExpressionEntry &entry = expressionIterator.next();
731  if (entry.name == name) {
732  return QVariant(entry.expression->expression());
733  }
734  }
735 
736  return QVariant();
737 }
The QVariant class acts like a union for the most common Qt data types.
Definition: qvariant.h:92
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ removeProperty()

void QDeclarativePropertyChanges::removeProperty ( const QString name)

Definition at line 739 of file qdeclarativepropertychanges.cpp.

740 {
742  typedef QPair<QString, QVariant> PropertyEntry;
744 
745  QMutableListIterator<ExpressionEntry> expressionIterator(d->expressions);
746  while (expressionIterator.hasNext()) {
747  const ExpressionEntry &entry = expressionIterator.next();
748  if (entry.name == name) {
749  expressionIterator.remove();
750  state()->removeEntryFromRevertList(object(), name);
751  return;
752  }
753  }
754 
755  QMutableListIterator<PropertyEntry> propertyIterator(d->properties);
756  while (propertyIterator.hasNext()) {
757  const PropertyEntry &entry = propertyIterator.next();
758  if (entry.first == name) {
759  propertyIterator.remove();
760  state()->removeEntryFromRevertList(object(), name);
761  return;
762  }
763  }
764 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482
QDeclarativeState * state() const
bool removeEntryFromRevertList(QObject *target, const QString &name)

◆ restoreEntryValues()

bool QDeclarativePropertyChanges::restoreEntryValues ( ) const

◆ setIsExplicit()

void QDeclarativePropertyChanges::setIsExplicit ( bool  e)

Definition at line 536 of file qdeclarativepropertychanges.cpp.

537 {
539  d->isExplicit = e;
540 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ setObject()

void QDeclarativePropertyChanges::setObject ( QObject o)

Definition at line 397 of file qdeclarativepropertychanges.cpp.

398 {
400  d->object = o;
401 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ setRestoreEntryValues()

void QDeclarativePropertyChanges::setRestoreEntryValues ( bool  v)

Definition at line 421 of file qdeclarativepropertychanges.cpp.

422 {
424  d->restore = v;
425 }
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

◆ value()

QVariant QDeclarativePropertyChanges::value ( const QString name) const

Definition at line 766 of file qdeclarativepropertychanges.cpp.

Referenced by changeValue().

767 {
769  typedef QPair<QString, QVariant> PropertyEntry;
770 
771  QListIterator<PropertyEntry> propertyIterator(d->properties);
772  while (propertyIterator.hasNext()) {
773  const PropertyEntry &entry = propertyIterator.next();
774  if (entry.first == name) {
775  return entry.second;
776  }
777  }
778 
779  return QVariant();
780 }
The QVariant class acts like a union for the most common Qt data types.
Definition: qvariant.h:92
double d
Definition: qnumeric_p.h:62
#define Q_D(Class)
Definition: qglobal.h:2482

Properties

◆ explicit

bool QDeclarativePropertyChanges::explicit
private

Definition at line 62 of file qdeclarativepropertychanges_p.h.

◆ restoreEntryValues

bool QDeclarativePropertyChanges::restoreEntryValues
private

Definition at line 61 of file qdeclarativepropertychanges_p.h.

◆ target

QObject* QDeclarativePropertyChanges::target
private

Definition at line 60 of file qdeclarativepropertychanges_p.h.


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