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
qqmlpropertybinding.cpp File Reference

(ee5291afc3ac64faea06575bb7101411ff45ea3b)

#include "qqmlpropertybinding_p.h"
#include <private/qqmlbinding_p.h>
#include <private/qqmlglobal_p.h>
#include <private/qqmlscriptstring_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4jscall_p.h>
#include <private/qv4qmlcontext_p.h>
#include <QtQml/qqmlinfo.h>
#include <QtCore/qloggingcategory.h>
+ Include dependency graph for qqmlpropertybinding.cpp:

Go to the source code of this file.

Functions

 Q_LOGGING_CATEGORY (lcQQPropertyBinding, "qt.qml.propertybinding")
 
static QtPrivate::QPropertyBindingDatabindingDataFromPropertyData (QUntypedPropertyData *dataPtr, QMetaType type)
 
template<typename TranslateWithUnit >
auto qQmlTranslationPropertyBindingCreateBinding (const QQmlRefPointer< QV4::ExecutableCompilationUnit > &compilationUnit, TranslateWithUnit &&translateWithUnit)
 

Function Documentation

◆ bindingDataFromPropertyData()

static QtPrivate::QPropertyBindingData * bindingDataFromPropertyData ( QUntypedPropertyData * dataPtr,
QMetaType type )
static

Definition at line 176 of file qqmlpropertybinding.cpp.

References aligned(), alignment, and Q_ASSERT.

+ Here is the call graph for this function:

◆ Q_LOGGING_CATEGORY()

Q_LOGGING_CATEGORY ( lcQQPropertyBinding ,
"qt.qml.propertybinding"  )

◆ qQmlTranslationPropertyBindingCreateBinding()

template<typename TranslateWithUnit >
auto qQmlTranslationPropertyBindingCreateBinding ( const QQmlRefPointer< QV4::ExecutableCompilationUnit > & compilationUnit,
TranslateWithUnit && translateWithUnit )

Definition at line 311 of file qqmlpropertybinding.cpp.

References QQmlEnginePrivate::get().

Referenced by QQmlTranslationPropertyBinding::create(), and QQmlTranslationPropertyBinding::create().

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