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_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

Macros

#define FOR_TYPE(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)
Value:
constexpr BindingFunctionVTable bindingFunctionVTableForQQmlPropertyBinding
const char * TYPE

Function Documentation

◆ bindingFunctionVTableForQQmlPropertyBinding()

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

Definition at line 202 of file qqmlpropertybinding_p.h.

◆ compareAndAssign()

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

Definition at line 242 of file qqmlpropertybinding_p.h.