Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
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 191 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 193 of file qquickpropertychanges.cpp.

Member Data Documentation

◆ binding

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

Definition at line 202 of file qquickpropertychanges.cpp.

Referenced by QQuickPropertyChanges::actions().

◆ column

int QQuickPropertyChangesPrivate::ExpressionChange::column

Definition at line 207 of file qquickpropertychanges.cpp.

◆ expression

QString QQuickPropertyChangesPrivate::ExpressionChange::expression

◆ id

QQmlBinding::Identifier QQuickPropertyChangesPrivate::ExpressionChange::id

Definition at line 203 of file qquickpropertychanges.cpp.

Referenced by QQuickPropertyChanges::actions().

◆ line

int QQuickPropertyChangesPrivate::ExpressionChange::line

Definition at line 206 of file qquickpropertychanges.cpp.

Referenced by QQuickPropertyChanges::actions().

◆ name

QString QQuickPropertyChangesPrivate::ExpressionChange::name

Definition at line 201 of file qquickpropertychanges.cpp.

Referenced by QQuickPropertyChanges::actions().

◆ url

QUrl QQuickPropertyChangesPrivate::ExpressionChange::url

Definition at line 205 of file qquickpropertychanges.cpp.

Referenced by QQuickPropertyChanges::actions().


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