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

Go to the source code of this file.

Classes

class  QQmlProfilerEventLocation
 

Functions

bool operator== (const QQmlProfilerEventLocation &location1, const QQmlProfilerEventLocation &location2)
 
bool operator!= (const QQmlProfilerEventLocation &location1, const QQmlProfilerEventLocation &location2)
 
size_t qHash (const QQmlProfilerEventLocation &location)
 
QDataStreamoperator>> (QDataStream &stream, QQmlProfilerEventLocation &location)
 
QDataStreamoperator<< (QDataStream &stream, const QQmlProfilerEventLocation &location)
 
 Q_DECLARE_TYPEINFO (QQmlProfilerEventLocation, Q_RELOCATABLE_TYPE)
 

Function Documentation

◆ operator!=()

bool operator!= ( const QQmlProfilerEventLocation location1,
const QQmlProfilerEventLocation location2 
)
inline

Definition at line 65 of file qqmlprofilereventlocation_p.h.

◆ operator<<()

QDataStream & operator<< ( QDataStream stream,
const QQmlProfilerEventLocation location 
)

Definition at line 50 of file qqmlprofilereventlocation.cpp.

◆ operator==()

bool operator== ( const QQmlProfilerEventLocation location1,
const QQmlProfilerEventLocation location2 
)
inline

Definition at line 57 of file qqmlprofilereventlocation_p.h.

References QQmlProfilerEventLocation::column(), QQmlProfilerEventLocation::filename(), and QQmlProfilerEventLocation::line().

+ Here is the call graph for this function:

◆ operator>>()

QDataStream & operator>> ( QDataStream stream,
QQmlProfilerEventLocation location 
)

Definition at line 49 of file qqmlprofilereventlocation.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QQmlProfilerEventLocation  ,
Q_RELOCATABLE_TYPE   
)

◆ qHash()

size_t qHash ( const QQmlProfilerEventLocation location)
inline

Definition at line 71 of file qqmlprofilereventlocation_p.h.

References qHash().

Referenced by qHash().

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