![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlprofilereventtype_p.h>
Public Member Functions | |
QQmlProfilerEventType (Message message=MaximumMessage, RangeType rangeType=MaximumRangeType, int detailType=-1, const QQmlProfilerEventLocation &location=QQmlProfilerEventLocation(), const QString &data=QString(), const QString displayName=QString()) | |
void | setDisplayName (const QString &displayName) |
void | setData (const QString &data) |
void | setLocation (const QQmlProfilerEventLocation &location) |
ProfileFeature | feature () const |
QString | displayName () const |
QString | data () const |
QQmlProfilerEventLocation | location () const |
Message | message () const |
RangeType | rangeType () const |
int | detailType () const |
Friends | |
QDataStream & | operator>> (QDataStream &stream, QQmlProfilerEventType &type) |
QDataStream & | operator<< (QDataStream &stream, const QQmlProfilerEventType &type) |
Definition at line 27 of file qqmlprofilereventtype_p.h.
|
inline |
Definition at line 29 of file qqmlprofilereventtype_p.h.
|
inline |
Definition at line 43 of file qqmlprofilereventtype_p.h.
Referenced by QQmlProfilerClientPrivate::processCurrentEvent(), and setData().
|
inline |
Definition at line 47 of file qqmlprofilereventtype_p.h.
Referenced by operator==().
|
inline |
Definition at line 42 of file qqmlprofilereventtype_p.h.
Referenced by setDisplayName().
ProfileFeature QQmlProfilerEventType::feature | ( | ) | const |
Definition at line 29 of file qqmlprofilereventtype.cpp.
References AnimationFrame, DebugMessage, Key, MaximumProfileFeature, MemoryAllocation, Mouse, PixmapCacheEvent, ProfileAnimations, ProfileInputEvents, ProfileMemory, ProfilePixmapCache, ProfileSceneGraph, and SceneGraphFrame.
|
inline |
Definition at line 44 of file qqmlprofilereventtype_p.h.
Referenced by operator==(), QQmlProfilerClientPrivate::processCurrentEvent(), and setLocation().
|
inline |
Definition at line 45 of file qqmlprofilereventtype_p.h.
Referenced by operator==(), and QQmlProfilerClientPrivate::processCurrentEvent().
|
inline |
Definition at line 46 of file qqmlprofilereventtype_p.h.
Referenced by operator==(), and QQmlProfilerClientPrivate::processCurrentEvent().
Definition at line 38 of file qqmlprofilereventtype_p.h.
References data().
Referenced by QQmlProfilerClientPrivate::processCurrentEvent().
Definition at line 37 of file qqmlprofilereventtype_p.h.
References displayName().
|
inline |
Definition at line 39 of file qqmlprofilereventtype_p.h.
References location().
Referenced by QQmlProfilerClientPrivate::processCurrentEvent().
|
friend |
Definition at line 22 of file qqmlprofilereventtype.cpp.
|
friend |
Definition at line 11 of file qqmlprofilereventtype.cpp.