#include <qqmlprofilerevent_p.h>
Definition at line 32 of file qqmlprofilerevent_p.h.
◆ QQmlProfilerEvent() [1/6]
| QQmlProfilerEvent::QQmlProfilerEvent |
( |
| ) |
|
|
inline |
◆ QQmlProfilerEvent() [2/6]
| QQmlProfilerEvent::QQmlProfilerEvent |
( |
qint64 | timestamp, |
|
|
int | typeIndex, |
|
|
std::initializer_list< Number > | list ) |
|
inline |
◆ QQmlProfilerEvent() [3/6]
| QQmlProfilerEvent::QQmlProfilerEvent |
( |
qint64 | timestamp, |
|
|
int | typeIndex, |
|
|
const QString & | data ) |
|
inline |
◆ QQmlProfilerEvent() [4/6]
| QQmlProfilerEvent::QQmlProfilerEvent |
( |
qint64 | timestamp, |
|
|
int | typeIndex, |
|
|
const QVector< Number > & | data ) |
|
inline |
◆ QQmlProfilerEvent() [5/6]
◆ QQmlProfilerEvent() [6/6]
◆ ~QQmlProfilerEvent()
| QQmlProfilerEvent::~QQmlProfilerEvent |
( |
| ) |
|
|
inline |
◆ isValid()
| bool QQmlProfilerEvent::isValid |
( |
| ) |
const |
|
inline |
◆ number()
| Number QQmlProfilerEvent::number |
( |
int | i | ) |
const |
|
inline |
◆ numbers()
template<typename Container, typename
Number = qint64>
| Container QQmlProfilerEvent::numbers |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ rangeStage()
| Message QQmlProfilerEvent::rangeStage |
( |
| ) |
const |
|
inline |
◆ setNumber()
| void QQmlProfilerEvent::setNumber |
( |
int | i, |
|
|
Number | number ) |
|
inline |
◆ setNumbers() [1/2]
template<typename Container, typename
Number>
| void QQmlProfilerEvent::setNumbers |
( |
const Container & | numbers | ) |
|
|
inline |
◆ setNumbers() [2/2]
| void QQmlProfilerEvent::setNumbers |
( |
std::initializer_list< Number > | numbers | ) |
|
|
inline |
◆ setRangeStage()
◆ setString()
| void QQmlProfilerEvent::setString |
( |
const QString & | data | ) |
|
|
inline |
◆ setTimestamp()
| void QQmlProfilerEvent::setTimestamp |
( |
qint64 | timestamp | ) |
|
|
inline |
◆ setTypeIndex()
| void QQmlProfilerEvent::setTypeIndex |
( |
int | typeIndex | ) |
|
|
inline |
◆ string()
| QString QQmlProfilerEvent::string |
( |
| ) |
const |
|
inline |
◆ timestamp()
| qint64 QQmlProfilerEvent::timestamp |
( |
| ) |
const |
|
inline |
◆ typeIndex()
| int QQmlProfilerEvent::typeIndex |
( |
| ) |
const |
|
inline |
◆ operator<<
◆ operator>>
◆ external
| void* QQmlProfilerEvent::external |
◆ internal16bit
| qint16 QQmlProfilerEvent::internal16bit[s_internalDataLength/2] |
◆ internal32bit
| qint32 QQmlProfilerEvent::internal32bit[s_internalDataLength/4] |
◆ internal64bit
| qint64 QQmlProfilerEvent::internal64bit[s_internalDataLength/8] |
◆ internal8bit
| qint8 QQmlProfilerEvent::internal8bit[s_internalDataLength] |
◆ internalChar
| char QQmlProfilerEvent::internalChar[s_internalDataLength] |
The documentation for this struct was generated from the following file: