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

(0dc4fd240a2897c5c443a0ef6d84c416843e4938)

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

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