Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QQuickPropertyChangesPrivate::ExpressionChange Class Reference
+ Collaboration diagram for QQuickPropertyChangesPrivate::ExpressionChange:

Public Member Functions

 ExpressionChange (const QString &_name, const QV4::CompiledData::Binding *_binding, QQmlBinding::Identifier _id, const QString &_expr, const QUrl &_url, int _line, int _column)
 

Public Attributes

QString name
 
const QV4::CompiledData::Bindingbinding
 
QQmlBinding::Identifier id
 
QString expression
 
QUrl url
 
int line
 
int column
 

Detailed Description

Definition at line 189 of file qquickpropertychanges.cpp.

Constructor & Destructor Documentation

◆ ExpressionChange()

QQuickPropertyChangesPrivate::ExpressionChange::ExpressionChange ( const QString _name,
const QV4::CompiledData::Binding _binding,
QQmlBinding::Identifier  _id,
const QString _expr,
const QUrl _url,
int  _line,
int  _column 
)
inline

Definition at line 191 of file qquickpropertychanges.cpp.

Member Data Documentation

◆ binding

const QV4::CompiledData::Binding* QQuickPropertyChangesPrivate::ExpressionChange::binding

Definition at line 200 of file qquickpropertychanges.cpp.

◆ column

int QQuickPropertyChangesPrivate::ExpressionChange::column

Definition at line 205 of file qquickpropertychanges.cpp.

◆ expression

QString QQuickPropertyChangesPrivate::ExpressionChange::expression

Definition at line 202 of file qquickpropertychanges.cpp.

Referenced by QQuickPropertyChanges::expression().

◆ id

QQmlBinding::Identifier QQuickPropertyChangesPrivate::ExpressionChange::id

Definition at line 201 of file qquickpropertychanges.cpp.

◆ line

int QQuickPropertyChangesPrivate::ExpressionChange::line

Definition at line 204 of file qquickpropertychanges.cpp.

◆ name

QString QQuickPropertyChangesPrivate::ExpressionChange::name

Definition at line 199 of file qquickpropertychanges.cpp.

◆ url

QUrl QQuickPropertyChangesPrivate::ExpressionChange::url

Definition at line 203 of file qquickpropertychanges.cpp.


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