![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmldebug.h"#include "qqmldebugconnector_p.h"#include "qqmldebugserviceinterfaces_p.h"#include <private/qqmlengine_p.h>#include <private/qv4compileddata_p.h>#include <atomic>#include <cstdio>Go to the source code of this file.
Macros | |
| #define | Q_ATOMIC_FLAG_INIT ATOMIC_FLAG_INIT |
Enumerations | |
| enum | { HookCount = 4 , HookCount = 4 } |
| enum | { HookCount = 4 , HookCount = 4 } |
Functions | |
| QT_REQUIRE_CONFIG (qml_debug) | |
| Q_STATIC_ASSERT (HookCount==sizeof(qtDeclarativeHookData)/sizeof(qtDeclarativeHookData[0])) | |
Variables | |
| static Q_CONSTINIT std::atomic_flag | s_printedWarning = Q_ATOMIC_FLAG_INIT |
| quintptr Q_QML_EXPORT | qtDeclarativeHookData [] |
| #define Q_ATOMIC_FLAG_INIT ATOMIC_FLAG_INIT |
Definition at line 22 of file qqmldebug.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| HookCount | |
| HookCount | |
Definition at line 202 of file qqmldebug.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| HookCount | |
| HookCount | |
Definition at line 202 of file qqmldebug.cpp.
| Q_STATIC_ASSERT | ( | HookCount | = =sizeof(qtDeclarativeHookData)/sizeof(qtDeclarativeHookData[0]) | ) |
| QT_REQUIRE_CONFIG | ( | qml_debug | ) |
| quintptr Q_QML_EXPORT qtDeclarativeHookData |
Definition at line 205 of file qqmldebug.cpp.
|
static |
Definition at line 40 of file qqmldebug.cpp.