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
Provider Struct Reference

#include <provider.h>

+ Collaboration diagram for Provider:

Public Attributes

QString name
 
QList< Tracepointtracepoints
 
QStringList prefixText
 
QList< TraceEnumenumerations
 
QList< TraceFlagsflags
 

Detailed Description

Definition at line 81 of file provider.h.

Member Data Documentation

◆ enumerations

QList<TraceEnum> Provider::enumerations

Definition at line 86 of file provider.h.

Referenced by parseProvider(), parseTracepoint(), writeEnums(), and writeTracepoints().

◆ flags

QList<TraceFlags> Provider::flags

Definition at line 87 of file provider.h.

Referenced by parseProvider(), parseTracepoint(), writeFlags(), and writeTracepoints().

◆ name

◆ prefixText

QStringList Provider::prefixText

Definition at line 85 of file provider.h.

Referenced by parseProvider(), writePrologue(), writePrologue(), and writePrologue().

◆ tracepoints

QList<Tracepoint> Provider::tracepoints

Definition at line 84 of file provider.h.

Referenced by parseProvider(), writeTracepoints(), and writeTracepoints().


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