![]() |
Qt 6.x
The Qt SDK
|
#include "qqmlboundsignal_p.h"#include <private/qmetaobject_p.h>#include <private/qmetaobjectbuilder_p.h>#include "qqmlengine_p.h"#include "qqmlglobal_p.h"#include <private/qqmlprofiler_p.h>#include <private/qqmldebugconnector_p.h>#include <private/qqmldebugserviceinterfaces_p.h>#include "qqmlinfo.h"#include <private/qjsvalue_p.h>#include <private/qv4value_p.h>#include <private/qv4jscall_p.h>#include <private/qv4qobjectwrapper_p.h>#include <private/qv4qmlcontext_p.h>#include <QtCore/qdebug.h>#include <qtqml_tracepoints_p.h>
Include dependency graph for qqmlboundsignal.cpp:Go to the source code of this file.
Functions | |
| QT_BEGIN_NAMESPACE | Q_TRACE_POINT (qtqml, QQmlHandlingSignal_entry, const QQmlEngine *engine, const QString &function, const QString &fileName, int line, int column) QQmlBoundSignalExpression |
| void | QQmlBoundSignal_callback (QQmlNotifierEndpoint *e, void **a) |
| QT_BEGIN_NAMESPACE Q_TRACE_POINT | ( | qtqml | , |
| QQmlHandlingSignal_entry | , | ||
| const QQmlEngine * | engine, | ||
| const QString & | function, | ||
| const QString & | fileName, | ||
| int | line, | ||
| int | column | ||
| ) |
Definition at line 27 of file qqmlboundsignal.cpp.
References context, engine, error, fileName, function, QJSEngine::handle(), init(), QString::isEmpty(), line, qMax(), qmlWarning(), QMetaObjectPrivate::signal(), signal, QQmlPropertyCache::signalParameterStringForJS(), and QChar::Space.
Here is the call graph for this function:| void QQmlBoundSignal_callback | ( | QQmlNotifierEndpoint * | e, |
| void ** | a | ||
| ) |
Definition at line 293 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: