Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlpropertybinding_p.h File Reference
#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
 \qmltype Particle \inqmlmodule QtQuick.Particles
 
namespace  QtPrivate
 \macro QT_NAMESPACE
 

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

#define FOR_TYPE (   TYPE)     case TYPE: return &QtPrivate::bindingFunctionVTableForQQmlPropertyBinding<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.