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
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.

◆ eventName

const QString QCtfTracePointEvent::eventName

Definition at line 53 of file qctf_p.h.

◆ metadata

const QString QCtfTracePointEvent::metadata

Definition at line 54 of file qctf_p.h.

◆ provider

const QCtfTracePointProvider& QCtfTracePointEvent::provider

Definition at line 52 of file qctf_p.h.

◆ size

const int QCtfTracePointEvent::size

Definition at line 55 of file qctf_p.h.

◆ variableSize

const bool QCtfTracePointEvent::variableSize

Definition at line 56 of file qctf_p.h.


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