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

#include <provider.h>

+ Collaboration diagram for TraceEnum:

Classes

struct  EnumValue
 

Public Attributes

QString name
 
QList< EnumValuevalues
 
int valueSize
 

Detailed Description

Definition at line 55 of file provider.h.

Member Data Documentation

◆ name

QString TraceEnum::name

Definition at line 56 of file provider.h.

Referenced by parseTracepoint(), and writeEnumConverter().

◆ values

QList<EnumValue> TraceEnum::values

Definition at line 62 of file provider.h.

Referenced by writeEnumConverter().

◆ valueSize

int TraceEnum::valueSize

Definition at line 63 of file provider.h.

Referenced by parseTracepoint().


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