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

(534241f723161ab79d9a85b2c8145d571f0d99f9)

#include "qqmlprofilerclientdefinitions_p.h"
#include <QtCore/qstring.h>
#include <QtCore/qbytearray.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qmetatype.h>
#include <initializer_list>
#include <limits>
#include <type_traits>
+ Include dependency graph for qqmlprofilerevent_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QQmlProfilerEvent
 

Functions

bool operator== (const QQmlProfilerEvent &event1, const QQmlProfilerEvent &event2)
 
bool operator!= (const QQmlProfilerEvent &event1, const QQmlProfilerEvent &event2)
 
QDataStreamoperator>> (QDataStream &stream, QQmlProfilerEvent &event)
 
QDataStreamoperator<< (QDataStream &stream, const QQmlProfilerEvent &event)
 
 Q_DECLARE_TYPEINFO (QQmlProfilerEvent, Q_RELOCATABLE_TYPE)
 

Function Documentation

◆ operator!=()

bool operator!= ( const QQmlProfilerEvent & event1,
const QQmlProfilerEvent & event2 )

Definition at line 18 of file qqmlprofilerevent.cpp.

◆ operator<<()

QDataStream & operator<< ( QDataStream & stream,
const QQmlProfilerEvent & event )

Definition at line 306 of file qqmlprofilerevent.cpp.

◆ operator==()

bool operator== ( const QQmlProfilerEvent & event1,
const QQmlProfilerEvent & event2 )

Definition at line 9 of file qqmlprofilerevent.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & stream,
QQmlProfilerEvent & event )

Definition at line 305 of file qqmlprofilerevent.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QQmlProfilerEvent ,
Q_RELOCATABLE_TYPE  )