![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmlpropertytopropertybinding_p.h"
#include <private/qqmlanybinding_p.h>
#include <private/qqmlengine_p.h>
#include <private/qqmlvmemetaobject_p.h>
#include <private/qv4alloca_p.h>
#include <private/qv4jscall_p.h>
#include <QtQml/qqmlinfo.h>
Go to the source code of this file.
Namespaces | |
namespace | QtPrivate |
Functions | |
void | QQmlUnbindableToUnbindableGuard_callback (QQmlNotifierEndpoint *e, void **) |
void | QQmlUnbindableToBindableGuard_callback (QQmlNotifierEndpoint *e, void **) |
Variables | |
template<typename Binding> | |
constexpr BindingFunctionVTable | QtPrivate::bindingFunctionVTableForQQmlPropertyToBindablePropertyBinding |
void QQmlUnbindableToBindableGuard_callback | ( | QQmlNotifierEndpoint * | e, |
void ** | ) |
Definition at line 273 of file qqmlpropertytopropertybinding.cpp.
References QQmlUnbindableToBindablePropertyBinding::update().
void QQmlUnbindableToUnbindableGuard_callback | ( | QQmlNotifierEndpoint * | e, |
void ** | ) |
Definition at line 268 of file qqmlpropertytopropertybinding.cpp.