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

(ad6d2bc49668a48a585ef596f5230353ae433c94)

#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_STATIC_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()

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

Definition at line 179 of file qqmlpropertybinding.cpp.

◆ Q_STATIC_LOGGING_CATEGORY()

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

◆ qQmlTranslationPropertyBindingCreateBinding()

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

Definition at line 314 of file qqmlpropertybinding.cpp.