![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
| Type Tracepoint::Field::backendType |
Definition at line 42 of file provider.h.
| int Tracepoint::Field::enumValueSize |
Definition at line 46 of file provider.h.
| QString Tracepoint::Field::name |
Definition at line 44 of file provider.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QString Tracepoint::Field::paramType |
Definition at line 43 of file provider.h.
| QString Tracepoint::Field::seqLen |
Definition at line 47 of file provider.h.