![]() |
Qt 6.x
The Qt SDK
|
#include <qctf_p.h>
Public Member Functions | |
QCtfTracePointEvent (const QCtfTracePointProvider &provider, const QString &name, const QString &metadata, int size, bool variableSize) | |
Public Attributes | |
const QCtfTracePointProvider & | provider |
const QString | eventName |
const QString | metadata |
const int | size |
const bool | variableSize |
QCtfTracePointPrivate * | d = nullptr |
|
inline |
QCtfTracePointPrivate* QCtfTracePointEvent::d = nullptr |
Definition at line 64 of file qctf_p.h.
Referenced by QCtfLibImpl::doTracepoint(), and QCtfLibImpl::initializeTracepoint().
const QString QCtfTracePointEvent::eventName |
Definition at line 55 of file qctf_p.h.
Referenced by QCtfLibImpl::initializeTracepoint().
const QString QCtfTracePointEvent::metadata |
Definition at line 56 of file qctf_p.h.
Referenced by QCtfLibImpl::doTracepoint(), and QCtfLibImpl::initializeTracepoint().
const QCtfTracePointProvider& QCtfTracePointEvent::provider |
Definition at line 54 of file qctf_p.h.
Referenced by QCtfLibImpl::doTracepoint(), QCtfLibImpl::initializeTracepoint(), and QCtfLibImpl::tracepointEnabled().
const int QCtfTracePointEvent::size |
Definition at line 57 of file qctf_p.h.
Referenced by QCtfLibImpl::doTracepoint().
const bool QCtfTracePointEvent::variableSize |
Definition at line 58 of file qctf_p.h.
Referenced by QCtfLibImpl::doTracepoint().