Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
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.

◆ detailType()

int QQmlProfilerEventType::detailType ( ) const
inline

Definition at line 47 of file qqmlprofilereventtype_p.h.

◆ displayName()

QString QQmlProfilerEventType::displayName ( ) const
inline

Definition at line 42 of file qqmlprofilereventtype_p.h.

◆ feature()

ProfileFeature QQmlProfilerEventType::feature ( ) const

Definition at line 29 of file qqmlprofilereventtype.cpp.

◆ location()

QQmlProfilerEventLocation QQmlProfilerEventType::location ( ) const
inline

Definition at line 44 of file qqmlprofilereventtype_p.h.

◆ message()

Message QQmlProfilerEventType::message ( ) const
inline

Definition at line 45 of file qqmlprofilereventtype_p.h.

◆ rangeType()

RangeType QQmlProfilerEventType::rangeType ( ) const
inline

Definition at line 46 of file qqmlprofilereventtype_p.h.

◆ setData()

void QQmlProfilerEventType::setData ( const QString & data)
inline

Definition at line 38 of file qqmlprofilereventtype_p.h.

◆ setDisplayName()

void QQmlProfilerEventType::setDisplayName ( const QString & displayName)
inline

Definition at line 37 of file qqmlprofilereventtype_p.h.

◆ setLocation()

void QQmlProfilerEventType::setLocation ( const QQmlProfilerEventLocation & location)
inline

Definition at line 39 of file qqmlprofilereventtype_p.h.

◆ 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: