Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
QQmlProfilerEventType Class Reference

#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

QDataStreamoperator>> (QDataStream &stream, QQmlProfilerEventType &type)
 
QDataStreamoperator<< (QDataStream &stream, const QQmlProfilerEventType &type)
 

Detailed Description

Definition at line 27 of file qqmlprofilereventtype_p.h.

Constructor & Destructor Documentation

◆ QQmlProfilerEventType()

QQmlProfilerEventType::QQmlProfilerEventType ( Message  message = MaximumMessage,
RangeType  rangeType = MaximumRangeType,
int  detailType = -1,
const QQmlProfilerEventLocation location = QQmlProfilerEventLocation(),
const QString data = QString(),
const QString  displayName = QString() 
)
inline

Definition at line 29 of file qqmlprofilereventtype_p.h.

Member Function Documentation

◆ data()

QString QQmlProfilerEventType::data ( ) const
inline

Definition at line 43 of file qqmlprofilereventtype_p.h.

Referenced by QQmlProfilerClientPrivate::processCurrentEvent(), and setData().

+ Here is the caller graph for this function:

◆ detailType()

int QQmlProfilerEventType::detailType ( ) const
inline

Definition at line 47 of file qqmlprofilereventtype_p.h.

Referenced by operator==().

+ Here is the caller graph for this function:

◆ displayName()

QString QQmlProfilerEventType::displayName ( ) const
inline

Definition at line 42 of file qqmlprofilereventtype_p.h.

Referenced by setDisplayName().

+ Here is the caller graph for this function:

◆ feature()

◆ location()

QQmlProfilerEventLocation QQmlProfilerEventType::location ( ) const
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:

◆ message()

Message QQmlProfilerEventType::message ( ) const
inline

Definition at line 45 of file qqmlprofilereventtype_p.h.

Referenced by operator==(), and QQmlProfilerClientPrivate::processCurrentEvent().

+ Here is the caller graph for this function:

◆ rangeType()

RangeType QQmlProfilerEventType::rangeType ( ) const
inline

Definition at line 46 of file qqmlprofilereventtype_p.h.

Referenced by operator==(), and QQmlProfilerClientPrivate::processCurrentEvent().

+ Here is the caller graph for this function:

◆ setData()

void QQmlProfilerEventType::setData ( const QString data)
inline

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:

◆ setDisplayName()

void QQmlProfilerEventType::setDisplayName ( const QString displayName)
inline

Definition at line 37 of file qqmlprofilereventtype_p.h.

References displayName().

+ Here is the call graph for this function:

◆ setLocation()

void QQmlProfilerEventType::setLocation ( const QQmlProfilerEventLocation location)
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:

Friends And Related Symbol Documentation

◆ operator<<

QDataStream & operator<< ( QDataStream stream,
const QQmlProfilerEventType type 
)
friend

Definition at line 22 of file qqmlprofilereventtype.cpp.

◆ operator>>

QDataStream & operator>> ( QDataStream stream,
QQmlProfilerEventType type 
)
friend

Definition at line 11 of file qqmlprofilereventtype.cpp.


The documentation for this class was generated from the following files: