Qt 4.8
Public Functions | Public Variables | List of all members
QPropertyAssignment Struct Reference

#include <qstate_p.h>

Public Functions

 QPropertyAssignment ()
 
 QPropertyAssignment (QObject *o, const QByteArray &n, const QVariant &v, bool es=true)
 

Public Variables

bool explicitlySet
 
QObjectobject
 
QByteArray propertyName
 
QVariant value
 

Detailed Description

Definition at line 64 of file qstate_p.h.

Constructors and Destructors

◆ QPropertyAssignment() [1/2]

QPropertyAssignment::QPropertyAssignment ( )
inline

Definition at line 66 of file qstate_p.h.

67  : object(0), explicitlySet(true) {}
QObject * object
Definition: qstate_p.h:72

◆ QPropertyAssignment() [2/2]

QPropertyAssignment::QPropertyAssignment ( QObject o,
const QByteArray n,
const QVariant v,
bool  es = true 
)
inline

Definition at line 68 of file qstate_p.h.

70  : object(o), propertyName(n), value(v), explicitlySet(es)
71  {}
QVariant value
Definition: qstate_p.h:74
QObject * object
Definition: qstate_p.h:72
QByteArray propertyName
Definition: qstate_p.h:73

Properties

◆ explicitlySet

bool QPropertyAssignment::explicitlySet

Definition at line 75 of file qstate_p.h.

Referenced by QStateMachinePrivate::_q_animationFinished().

◆ object

QObject* QPropertyAssignment::object

◆ propertyName

QByteArray QPropertyAssignment::propertyName

◆ value

QVariant QPropertyAssignment::value

The documentation for this struct was generated from the following file: