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

#include <qmetatypesjsonprocessor_p.h>

+ Collaboration diagram for Enum:

Public Types

using Container = std::vector<Enum>
 

Public Member Functions

 Enum ()=default
 
 Enum (const QCborMap &cbor)
 

Public Attributes

QAnyStringView name
 
QAnyStringView alias
 
QAnyStringView type
 
QList< QAnyStringViewvalues
 
bool isFlag = false
 
bool isClass = false
 

Detailed Description

Definition at line 128 of file qmetatypesjsonprocessor_p.h.

Member Typedef Documentation

◆ Container

using Enum::Container = std::vector<Enum>

Definition at line 130 of file qmetatypesjsonprocessor_p.h.

Constructor & Destructor Documentation

◆ Enum() [1/2]

Enum::Enum ( )
default

◆ Enum() [2/2]

Enum::Enum ( const QCborMap & cbor)

Definition at line 789 of file qmetatypesjsonprocessor.cpp.

References Enum(), isClass, and isFlag.

Referenced by Enum().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ alias

QAnyStringView Enum::alias

Definition at line 136 of file qmetatypesjsonprocessor_p.h.

◆ isClass

bool Enum::isClass = false

Definition at line 142 of file qmetatypesjsonprocessor_p.h.

Referenced by Enum().

◆ isFlag

bool Enum::isFlag = false

Definition at line 141 of file qmetatypesjsonprocessor_p.h.

Referenced by Enum().

◆ name

◆ type

QAnyStringView Enum::type

Definition at line 137 of file qmetatypesjsonprocessor_p.h.

◆ values

QList<QAnyStringView> Enum::values

Definition at line 139 of file qmetatypesjsonprocessor_p.h.


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