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
qqmlprofilereventtype_p.h File Reference

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

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

◆ 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: