Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 50 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 58 of file qctf_p.h.

Member Data Documentation

◆ d

QCtfTracePointPrivate* QCtfTracePointEvent::d = nullptr

Definition at line 62 of file qctf_p.h.

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

◆ eventName

const QString QCtfTracePointEvent::eventName

Definition at line 53 of file qctf_p.h.

Referenced by QCtfLibImpl::initializeTracepoint().

◆ metadata

const QString QCtfTracePointEvent::metadata

Definition at line 54 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 55 of file qctf_p.h.

Referenced by QCtfLibImpl::doTracepoint().

◆ variableSize

const bool QCtfTracePointEvent::variableSize

Definition at line 56 of file qctf_p.h.

Referenced by QCtfLibImpl::doTracepoint().


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