Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmldebug.cpp File Reference

(3f2183ce2c41c5a998fcc1f83ca5ad4adc82b795)

#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 }
 

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

anonymous enum
Enumerator
HookCount 

Definition at line 165 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 168 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.