![]() |
Qt 6.x
The Qt SDK
|
#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) |
| QDataStream & | operator>> (QDataStream &stream, QQmlProfilerEvent &event) |
| QDataStream & | operator<< (QDataStream &stream, const QQmlProfilerEvent &event) |
| Q_DECLARE_TYPEINFO (QQmlProfilerEvent, Q_RELOCATABLE_TYPE) | |
| bool operator!= | ( | const QQmlProfilerEvent & | event1, |
| const QQmlProfilerEvent & | event2 | ||
| ) |
Definition at line 18 of file qqmlprofilerevent.cpp.
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const QQmlProfilerEvent & | event | ||
| ) |
Definition at line 306 of file qqmlprofilerevent.cpp.
| bool operator== | ( | const QQmlProfilerEvent & | event1, |
| const QQmlProfilerEvent & | event2 | ||
| ) |
Definition at line 9 of file qqmlprofilerevent.cpp.
References QQmlProfilerEvent::numbers(), QQmlProfilerEvent::timestamp(), and QQmlProfilerEvent::typeIndex().
Here is the call graph for this function:| QDataStream & operator>> | ( | QDataStream & | stream, |
| QQmlProfilerEvent & | event | ||
| ) |
Definition at line 305 of file qqmlprofilerevent.cpp.
| Q_DECLARE_TYPEINFO | ( | QQmlProfilerEvent | , |
| Q_RELOCATABLE_TYPE | |||
| ) |