Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qqmlprofilereventtype_p.h File Reference
#include "qqmlprofilereventlocation_p.h"
#include "qqmlprofilerclientdefinitions_p.h"
#include <QtCore/qstring.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qhash.h>
+ Include dependency graph for qqmlprofilereventtype_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlProfilerEventType
 

Functions

QDataStreamoperator>> (QDataStream &stream, QQmlProfilerEventType &type)
 
QDataStreamoperator<< (QDataStream &stream, const QQmlProfilerEventType &type)
 
size_t qHash (const QQmlProfilerEventType &type)
 
bool operator== (const QQmlProfilerEventType &type1, const QQmlProfilerEventType &type2)
 
bool operator!= (const QQmlProfilerEventType &type1, const QQmlProfilerEventType &type2)
 
 Q_DECLARE_TYPEINFO (QQmlProfilerEventType, Q_RELOCATABLE_TYPE)
 

Function Documentation

◆ operator!=()

bool operator!= ( const QQmlProfilerEventType type1,
const QQmlProfilerEventType type2 
)
inline

Definition at line 78 of file qqmlprofilereventtype_p.h.

◆ operator<<()

QDataStream & operator<< ( QDataStream stream,
const QQmlProfilerEventType type 
)

Definition at line 51 of file qqmlprofilereventtype.cpp.

◆ operator==()

bool operator== ( const QQmlProfilerEventType type1,
const QQmlProfilerEventType type2 
)
inline

Definition at line 72 of file qqmlprofilereventtype_p.h.

References QQmlProfilerEventType::detailType(), QQmlProfilerEventType::location(), QQmlProfilerEventType::message(), and QQmlProfilerEventType::rangeType().

+ Here is the call graph for this function:

◆ operator>>()

QDataStream & operator>> ( QDataStream stream,
QQmlProfilerEventType type 
)

Definition at line 50 of file qqmlprofilereventtype.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QQmlProfilerEventType  ,
Q_RELOCATABLE_TYPE   
)

◆ qHash()

size_t qHash ( const QQmlProfilerEventType type)
inline

Definition at line 64 of file qqmlprofilereventtype_p.h.

References qHash().

Referenced by qHash().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: