![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmlcppbinding_p.h"
#include <QtQml/qqmlengine.h>
#include <QtQml/qqmlcontext.h>
#include <QtCore/qmetaobject.h>
#include <private/qqmltypedata_p.h>
#include <private/qqmlpropertybinding_p.h>
#include <private/qqmlbinding_p.h>
#include <private/qv4qmlcontext_p.h>
#include <private/qqmlproperty_p.h>
Go to the source code of this file.
Functions | |
template<typename CreateBinding> | |
QT_BEGIN_NAMESPACE decltype(auto) | createBindingInScope (QObject *thisObject, CreateBinding create) |
|
inline |
Definition at line 20 of file qqmlcppbinding.cpp.