Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlenginedebugservice.h File Reference
#include <private/qqmldebugservice_p.h>
#include <private/qqmldebugserviceinterfaces_p.h>
#include <QtCore/qurl.h>
#include <QtCore/qvariant.h>
#include <QtCore/QPointer>
+ Include dependency graph for qqmlenginedebugservice.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlEngineDebugServiceImpl
 
struct  QQmlEngineDebugServiceImpl::QQmlObjectData
 
struct  QQmlEngineDebugServiceImpl::QQmlObjectProperty
 

Functions

QDataStreamoperator<< (QDataStream &, const QQmlEngineDebugServiceImpl::QQmlObjectData &)
 
QDataStreamoperator>> (QDataStream &, QQmlEngineDebugServiceImpl::QQmlObjectData &)
 
QDataStreamoperator<< (QDataStream &, const QQmlEngineDebugServiceImpl::QQmlObjectProperty &)
 
QDataStreamoperator>> (QDataStream &, QQmlEngineDebugServiceImpl::QQmlObjectProperty &)
 

Function Documentation

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream ds,
const QQmlEngineDebugServiceImpl::QQmlObjectData data 
)

Definition at line 85 of file qqmlenginedebugservice.cpp.

◆ operator<<() [2/2]

QDataStream & operator<< ( QDataStream ds,
const QQmlEngineDebugServiceImpl::QQmlObjectProperty data 
)

Definition at line 103 of file qqmlenginedebugservice.cpp.

References isSaveable().

+ Here is the call graph for this function:

◆ operator>>() [1/2]

Definition at line 94 of file qqmlenginedebugservice.cpp.

◆ operator>>() [2/2]

Definition at line 112 of file qqmlenginedebugservice.cpp.