Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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)
 
 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() [1/2]

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.

References ExpressionChange(), column, and line.

Referenced by ExpressionChange().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ExpressionChange() [2/2]

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.

◆ column

int QQuickPropertyChangesPrivate::ExpressionChange::column

◆ expression

QString QQuickPropertyChangesPrivate::ExpressionChange::expression

Definition at line 204 of file qquickpropertychanges.cpp.

◆ id

QQmlBinding::Identifier QQuickPropertyChangesPrivate::ExpressionChange::id

Definition at line 203 of file qquickpropertychanges.cpp.

◆ line

int QQuickPropertyChangesPrivate::ExpressionChange::line

Definition at line 206 of file qquickpropertychanges.cpp.

Referenced by ExpressionChange().

◆ name

QString QQuickPropertyChangesPrivate::ExpressionChange::name

◆ url

QUrl QQuickPropertyChangesPrivate::ExpressionChange::url

Definition at line 205 of file qquickpropertychanges.cpp.


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