Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qqmldebug.cpp File Reference

(032ecd52f0657ea99d5baf852f7217447c0cc8ad)

#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>
Include dependency graph for qqmldebug.cpp:

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 []

Macro Definition Documentation

◆ Q_ATOMIC_FLAG_INIT

#define Q_ATOMIC_FLAG_INIT   ATOMIC_FLAG_INIT

Definition at line 21 of file qqmldebug.cpp.

Enumeration Type Documentation

◆ anonymous enum [1/2]

anonymous enum
Enumerator
HookCount 
HookCount 

Definition at line 167 of file qqmldebug.cpp.

◆ anonymous enum [2/2]

anonymous enum
Enumerator
HookCount 
HookCount 

Definition at line 167 of file qqmldebug.cpp.

Function Documentation

◆ Q_STATIC_ASSERT()

Q_STATIC_ASSERT ( HookCount = =sizeof(qtDeclarativeHookData)/sizeof(qtDeclarativeHookData[0]))

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( qml_debug )

Variable Documentation

◆ qtDeclarativeHookData

quintptr Q_QML_EXPORT qtDeclarativeHookData
Initial value:
= {
2,
4,
}
@ HookCount
#define QV4_DATA_STRUCTURE_VERSION

Definition at line 170 of file qqmldebug.cpp.

◆ s_printedWarning

Q_CONSTINIT std::atomic_flag s_printedWarning = Q_ATOMIC_FLAG_INIT
static

Definition at line 24 of file qqmldebug.cpp.