![]() |
Qt 6.x
The Qt SDK
|
#include "qqmlprofilereventlocation_p.h"
#include "qqmlprofilerclientdefinitions_p.h"
#include <QtCore/qstring.h>
#include <QtCore/qmetatype.h>
#include <QtCore/qhash.h>
Go to the source code of this file.
Classes | |
class | QQmlProfilerEventType |
Functions | |
QDataStream & | operator>> (QDataStream &stream, QQmlProfilerEventType &type) |
QDataStream & | operator<< (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) | |
|
inline |
Definition at line 78 of file qqmlprofilereventtype_p.h.
QDataStream & operator<< | ( | QDataStream & | stream, |
const QQmlProfilerEventType & | type | ||
) |
Definition at line 51 of file qqmlprofilereventtype.cpp.
|
inline |
Definition at line 72 of file qqmlprofilereventtype_p.h.
References QQmlProfilerEventType::detailType(), QQmlProfilerEventType::location(), QQmlProfilerEventType::message(), and QQmlProfilerEventType::rangeType().
QDataStream & operator>> | ( | QDataStream & | stream, |
QQmlProfilerEventType & | type | ||
) |
Definition at line 50 of file qqmlprofilereventtype.cpp.
Q_DECLARE_TYPEINFO | ( | QQmlProfilerEventType | , |
Q_RELOCATABLE_TYPE | |||
) |
|
inline |
Definition at line 64 of file qqmlprofilereventtype_p.h.
References qHash().
Referenced by qHash().