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_p.h File Reference

(5c5a2c24847c636857153078e4716fcb242f394d)

#include <private/qqmljavascriptexpression_p.h>
#include <private/qqmlpropertydata_p.h>
#include <private/qv4alloca_p.h>
#include <private/qqmltranslation_p.h>
#include <QtCore/qproperty.h>
#include <memory>
+ Include dependency graph for qqmlpropertybinding_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlPropertyBindingJS
 
class  QQmlPropertyBindingJSForBoundFunction
 
class  QQmlPropertyBinding
 
struct  Print< I >
 
class  QQmlTranslationPropertyBinding
 

Namespaces

namespace  QV4
 
namespace  QtPrivate
 \macro QT_NO_KEYWORDS >
 

Macros

#define FOR_TYPE(TYPE)    case TYPE: return &QtPrivate::bindingFunctionVTableForQQmlPropertyBinding<TYPE>
 

Functions

const QtPrivate::BindingFunctionVTablebindingFunctionVTableForQQmlPropertyBinding (QMetaType type)
 
template<typename T >
bool compareAndAssign (void *dataPtr, const void *result)
 

Variables

template<QMetaType::Type type>
constexpr BindingFunctionVTable QtPrivate::bindingFunctionVTableForQQmlPropertyBinding
 

Macro Definition Documentation

◆ FOR_TYPE

Function Documentation

◆ bindingFunctionVTableForQQmlPropertyBinding()

const QtPrivate::BindingFunctionVTable * bindingFunctionVTableForQQmlPropertyBinding ( QMetaType type)
inline

Definition at line 202 of file qqmlpropertybinding_p.h.

References FOR_TYPE, and QMetaType::PointerToQObject.

◆ compareAndAssign()

template<typename T >
bool compareAndAssign ( void * dataPtr,
const void * result )

Definition at line 242 of file qqmlpropertybinding_p.h.