![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlprofilereventtype_p.h>
Collaboration diagram for QQmlProfilerEventType: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().
Here is the caller graph for this function:
|
inline |
Definition at line 47 of file qqmlprofilereventtype_p.h.
Referenced by operator==().
Here is the caller graph for this function:
|
inline |
Definition at line 42 of file qqmlprofilereventtype_p.h.
Referenced by setDisplayName().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:
|
inline |
Definition at line 45 of file qqmlprofilereventtype_p.h.
Referenced by operator==(), and QQmlProfilerClientPrivate::processCurrentEvent().
Here is the caller graph for this function:
|
inline |
Definition at line 46 of file qqmlprofilereventtype_p.h.
Referenced by operator==(), and QQmlProfilerClientPrivate::processCurrentEvent().
Here is the caller graph for this function:Definition at line 38 of file qqmlprofilereventtype_p.h.
References data().
Referenced by QQmlProfilerClientPrivate::processCurrentEvent().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 37 of file qqmlprofilereventtype_p.h.
References displayName().
Here is the call graph for this function:
|
inline |
Definition at line 39 of file qqmlprofilereventtype_p.h.
References location().
Referenced by QQmlProfilerClientPrivate::processCurrentEvent().
Here is the call graph for this function:
Here is the caller graph for this function:
|
friend |
Definition at line 22 of file qqmlprofilereventtype.cpp.
|
friend |
Definition at line 11 of file qqmlprofilereventtype.cpp.