![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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 19 of file qqmlprofilerevent.cpp.
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const QQmlProfilerEvent & | event ) |
Definition at line 307 of file qqmlprofilerevent.cpp.
| bool operator== | ( | const QQmlProfilerEvent & | event1, |
| const QQmlProfilerEvent & | event2 ) |
Definition at line 10 of file qqmlprofilerevent.cpp.
| QDataStream & operator>> | ( | QDataStream & | stream, |
| QQmlProfilerEvent & | event ) |
Definition at line 306 of file qqmlprofilerevent.cpp.
| Q_DECLARE_TYPEINFO | ( | QQmlProfilerEvent | , |
| Q_RELOCATABLE_TYPE | ) |