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
qqmlcppbinding.cpp File Reference

(ceb49a8736bef5077c15b1154e14079e1b73e932)

#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>
Include dependency graph for qqmlcppbinding.cpp:

Go to the source code of this file.

Functions

template<typename CreateBinding>
QT_BEGIN_NAMESPACE decltype(auto) createBindingInScope (QObject *thisObject, CreateBinding create)

Function Documentation

◆ createBindingInScope()

template<typename CreateBinding>
QT_BEGIN_NAMESPACE decltype(auto) createBindingInScope ( QObject * thisObject,
CreateBinding create )
inline

Definition at line 20 of file qqmlcppbinding.cpp.