![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlenginedebugservice.h>
Inheritance diagram for QQmlEngineDebugServiceImpl:
Collaboration diagram for QQmlEngineDebugServiceImpl:Classes | |
| struct | QQmlObjectData |
| struct | QQmlObjectProperty |
Signals | |
| void | scheduleMessage (const QByteArray &) |
Public Member Functions | |
| QQmlEngineDebugServiceImpl (QObject *=nullptr) | |
| ~QQmlEngineDebugServiceImpl () | |
| void | engineAboutToBeAdded (QJSEngine *) override |
| void | engineAboutToBeRemoved (QJSEngine *) override |
| void | objectCreated (QJSEngine *, QObject *) override |
| QQmlDebugStatesDelegate * | statesDelegate () |
Public Member Functions inherited from QQmlEngineDebugService | |
| void | objectCreated (QJSEngine *, QObject *) |
Protected Member Functions | |
| void | messageReceived (const QByteArray &) override |
Friends | |
| class | QQmlDebuggerServiceFactory |
Additional Inherited Members | |
Static Public Member Functions inherited from QQmlEngineDebugService | |
| static void | setStatesDelegateFactory (QQmlDebugStatesDelegate *(*)()) |
Definition at line 33 of file qqmlenginedebugservice.h.
Definition at line 69 of file qqmlenginedebugservice.cpp.
References connect(), QQmlWatcher::propertyChanged(), Qt::QueuedConnection, and scheduleMessage().
Here is the call graph for this function:| QQmlEngineDebugServiceImpl::~QQmlEngineDebugServiceImpl | ( | ) |
Definition at line 80 of file qqmlenginedebugservice.cpp.
Definition at line 790 of file qqmlenginedebugservice.cpp.
References QList< T >::append(), QListSpecialMethodsBase< T >::contains(), emit, engine, and Q_ASSERT.
Here is the call graph for this function:Definition at line 799 of file qqmlenginedebugservice.cpp.
References QListSpecialMethodsBase< T >::contains(), emit, engine, Q_ASSERT, and QList< T >::removeAll().
Here is the call graph for this function:
|
overrideprotected |
Definition at line 430 of file qqmlenginedebugservice.cpp.
References emit, and scheduleMessage().
Here is the call graph for this function:Definition at line 808 of file qqmlenginedebugservice.cpp.
References QListSpecialMethodsBase< T >::contains(), QPacket::data(), emit, engine, QQmlDebugService::idForObject(), and Q_ASSERT.
Here is the call graph for this function:
|
signal |
Referenced by QQmlEngineDebugServiceImpl(), and messageReceived().
Here is the caller graph for this function:
|
inline |
Definition at line 66 of file qqmlenginedebugservice.h.
|
friend |
Definition at line 80 of file qqmlenginedebugservice.h.