Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QCtfTracePointEvent Struct Reference

#include <qctf_p.h>

+ Collaboration diagram for QCtfTracePointEvent:

Public Member Functions

 QCtfTracePointEvent (const QCtfTracePointProvider &provider, const QString &name, const QString &metadata, int size, bool variableSize)
 

Public Attributes

const QCtfTracePointProviderprovider
 
const QString eventName
 
const QString metadata
 
const int size
 
const bool variableSize
 
QCtfTracePointPrivated = nullptr
 

Detailed Description

Definition at line 52 of file qctf_p.h.

Constructor & Destructor Documentation

◆ QCtfTracePointEvent()

QCtfTracePointEvent::QCtfTracePointEvent ( const QCtfTracePointProvider provider,
const QString name,
const QString metadata,
int  size,
bool  variableSize 
)
inline

Definition at line 60 of file qctf_p.h.

Member Data Documentation

◆ d

QCtfTracePointPrivate* QCtfTracePointEvent::d = nullptr

Definition at line 64 of file qctf_p.h.

Referenced by QCtfLibImpl::doTracepoint(), and QCtfLibImpl::initializeTracepoint().

◆ eventName

const QString QCtfTracePointEvent::eventName

Definition at line 55 of file qctf_p.h.

Referenced by QCtfLibImpl::initializeTracepoint().

◆ metadata

const QString QCtfTracePointEvent::metadata

Definition at line 56 of file qctf_p.h.

Referenced by QCtfLibImpl::doTracepoint(), and QCtfLibImpl::initializeTracepoint().

◆ provider

const QCtfTracePointProvider& QCtfTracePointEvent::provider

◆ size

const int QCtfTracePointEvent::size

Definition at line 57 of file qctf_p.h.

Referenced by QCtfLibImpl::doTracepoint().

◆ variableSize

const bool QCtfTracePointEvent::variableSize

Definition at line 58 of file qctf_p.h.

Referenced by QCtfLibImpl::doTracepoint().


The documentation for this struct was generated from the following file: