![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qstring.h>#include <QtCore/qhash.h>#include <QtCore/qdatastream.h>#include <QtCore/private/qglobal_p.h>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) |
| QDataStream & | operator>> (QDataStream &stream, QQmlProfilerEventLocation &location) |
| QDataStream & | operator<< (QDataStream &stream, const QQmlProfilerEventLocation &location) |
| Q_DECLARE_TYPEINFO (QQmlProfilerEventLocation, Q_RELOCATABLE_TYPE) | |
|
inline |
Definition at line 66 of file qqmlprofilereventlocation_p.h.
References operator==().
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const QQmlProfilerEventLocation & | location ) |
Definition at line 51 of file qqmlprofilereventlocation.cpp.
|
inline |
Definition at line 58 of file qqmlprofilereventlocation_p.h.
Referenced by operator!=().
| QDataStream & operator>> | ( | QDataStream & | stream, |
| QQmlProfilerEventLocation & | location ) |
Definition at line 50 of file qqmlprofilereventlocation.cpp.
| Q_DECLARE_TYPEINFO | ( | QQmlProfilerEventLocation | , |
| Q_RELOCATABLE_TYPE | ) |
|
inline |
Definition at line 72 of file qqmlprofilereventlocation_p.h.