|  | Qt 6.x
    The Qt SDK | 
 Inheritance diagram for QQmlInspectorServiceImpl:
 Inheritance diagram for QQmlInspectorServiceImpl: Collaboration diagram for QQmlInspectorServiceImpl:
 Collaboration diagram for QQmlInspectorServiceImpl:| Signals | |
| void | scheduleMessage (const QByteArray &message) | 
| Public Member Functions | |
| QQmlInspectorServiceImpl (QObject *parent=nullptr) | |
| void | addWindow (QQuickWindow *window) override | 
| void | setParentWindow (QQuickWindow *window, QWindow *parent) override | 
| void | removeWindow (QQuickWindow *window) override | 
|  Public Member Functions inherited from QQmlInspectorService | |
| void | addWindow (QQuickWindow *) | 
| void | setParentWindow (QQuickWindow *, QWindow *) | 
| void | removeWindow (QQuickWindow *) | 
| Protected Member Functions | |
| void | messageReceived (const QByteArray &) override | 
| Friends | |
| class | QQmlInspectorServiceFactory | 
Definition at line 14 of file qqmlinspectorservice.cpp.
Definition at line 40 of file qqmlinspectorservice.cpp.
References connect(), Qt::QueuedConnection, and scheduleMessage().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | override | 
Definition at line 69 of file qqmlinspectorservice.cpp.
References QHash< Key, T >::insert(), and window().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | overrideprotected | 
Definition at line 93 of file qqmlinspectorservice.cpp.
References emit, and scheduleMessage().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | override | 
Definition at line 77 of file qqmlinspectorservice.cpp.
References QHash< Key, T >::remove(), and window().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | signal | 
Referenced by QQmlInspectorServiceImpl(), and messageReceived().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | override | 
Definition at line 85 of file qqmlinspectorservice.cpp.
References parent, and window().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | friend | 
Definition at line 31 of file qqmlinspectorservice.cpp.