![]() |
Qt 6.x
The Qt SDK
|
#include "qqmlnotifier_p.h"#include "qqmlproperty_p.h"#include <QtCore/qdebug.h>#include <private/qthread_p.h>
Include dependency graph for qqmlnotifier.cpp:Go to the source code of this file.
Variables | |
| QT_BEGIN_NAMESPACE typedef void(* | Callback )(QQmlNotifierEndpoint *, void **) |
| static Callback | QQmlNotifier_callbacks [] |
| void QQmlBoundSignal_callback | ( | QQmlNotifierEndpoint * | e, |
| void ** | a | ||
| ) |
Definition at line 79 of file qqmlboundsignal.cpp.
References QQmlJavaScriptExpression::engine(), error, QQmlJavaScriptExpression::function(), QList< T >::isEmpty(), QMetaMethod::parameterNames(), qmlWarning(), QQmlJavaScriptExpression::scopeObject(), QMetaObjectPrivate::signal(), QQmlPropertyCache::signalParameterStringForJS(), and QV4::Function::updateInternalClass().
Here is the call graph for this function:| void QQmlJavaScriptExpressionGuard_callback | ( | QQmlNotifierEndpoint * | e, |
| void ** | |||
| ) |
Definition at line 168 of file qqmljavascriptexpression.cpp.
| void QQmlPropertyGuard_callback | ( | QQmlNotifierEndpoint * | e, |
| void ** | |||
| ) |
Definition at line 117 of file qqmlpropertytopropertybinding.cpp.
References e.
| void QQmlVMEMetaObjectEndpoint_callback | ( | QQmlNotifierEndpoint * | e, |
| void ** | |||
| ) |
Definition at line 176 of file qqmlvmemetaobject.cpp.
References e, and QQmlVMEMetaObjectEndpoint::tryConnect().
Here is the call graph for this function:| QT_BEGIN_NAMESPACE typedef void(* Callback) (QQmlNotifierEndpoint *, void **) | ( | QQmlNotifierEndpoint * | , |
| void ** | |||
| ) |
Definition at line 11 of file qqmlnotifier.cpp.
Referenced by QLowEnergyControllerPrivateWinRT::discoverServices(), QQmlJS::Dom::envCallbackForFile(), and QWinRTBluetoothServiceDiscoveryWorker::start().
|
static |
Definition at line 18 of file qqmlnotifier.cpp.