Qt 4.8
Public Functions | Public Variables | List of all members
QDeclarativePropertyChangesPrivate::ExpressionChange Class Reference

Public Functions

 ExpressionChange (const QString &_name, QDeclarativeBinding::Identifier _id, QDeclarativeExpression *_expr)
 

Public Variables

QDeclarativeExpressionexpression
 
QDeclarativeBinding::Identifier id
 
QString name
 

Detailed Description

Definition at line 231 of file qdeclarativepropertychanges.cpp.

Constructors and Destructors

◆ ExpressionChange()

QDeclarativePropertyChangesPrivate::ExpressionChange::ExpressionChange ( const QString _name,
QDeclarativeBinding::Identifier  _id,
QDeclarativeExpression _expr 
)
inline

Properties

◆ expression

QDeclarativeExpression* QDeclarativePropertyChangesPrivate::ExpressionChange::expression

Definition at line 239 of file qdeclarativepropertychanges.cpp.

◆ id

QDeclarativeBinding::Identifier QDeclarativePropertyChangesPrivate::ExpressionChange::id

Definition at line 238 of file qdeclarativepropertychanges.cpp.

◆ name

QString QDeclarativePropertyChangesPrivate::ExpressionChange::name

Definition at line 237 of file qdeclarativepropertychanges.cpp.


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