![]() |
Qt 6.x
The Qt SDK
|
#include <provider.h>
Public Types | |
enum | Type { Sequence , Boolean , Integer , IntegerHex , Float , String , Pointer , QtString , QtByteArray , QtUrl , QtRect , QtSize , QtRectF , QtSizeF , EnumeratedType , FlagType , Unknown } |
Public Attributes | |
Type | backendType |
QString | paramType |
QString | name |
int | arrayLen |
int | enumValueSize |
QString | seqLen |
Definition at line 21 of file provider.h.
Enumerator | |
---|---|
Sequence | |
Boolean | |
Integer | |
IntegerHex | |
Float | |
String | |
Pointer | |
QtString | |
QtByteArray | |
QtUrl | |
QtRect | |
QtSize | |
QtRectF | |
QtSizeF | |
EnumeratedType | |
FlagType | |
Unknown |
Definition at line 23 of file provider.h.
int Tracepoint::Field::arrayLen |
Definition at line 45 of file provider.h.
Referenced by parseTracepoint(), writeCtfMacro(), and writeEtwMacro().
Type Tracepoint::Field::backendType |
Definition at line 42 of file provider.h.
Referenced by parseTracepoint(), writeCtfMacro(), and writeEtwMacro().
int Tracepoint::Field::enumValueSize |
Definition at line 46 of file provider.h.
Referenced by parseTracepoint().
QString Tracepoint::Field::name |
Definition at line 44 of file provider.h.
Referenced by parseTracepoint(), writeCtfMacro(), and writeEtwMacro().
QString Tracepoint::Field::paramType |
Definition at line 43 of file provider.h.
Referenced by parseTracepoint(), writeCtfMacro(), and writeEtwMacro().
QString Tracepoint::Field::seqLen |
Definition at line 47 of file provider.h.
Referenced by parseTracepoint(), and writeCtfMacro().