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
int lineNumber = 0
bool isFlag = false
bool isClass = false

Detailed Description

Definition at line 133 of file qmetatypesjsonprocessor_p.h.

Member Typedef Documentation

◆ Container

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

Definition at line 135 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 799 of file qmetatypesjsonprocessor.cpp.

References Enum(), isClass, isFlag, and lineNumber.

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 141 of file qmetatypesjsonprocessor_p.h.

◆ isClass

bool Enum::isClass = false

Definition at line 148 of file qmetatypesjsonprocessor_p.h.

Referenced by Enum().

◆ isFlag

bool Enum::isFlag = false

Definition at line 147 of file qmetatypesjsonprocessor_p.h.

Referenced by Enum().

◆ lineNumber

int Enum::lineNumber = 0

Definition at line 146 of file qmetatypesjsonprocessor_p.h.

Referenced by Enum().

◆ name

◆ type

QAnyStringView Enum::type

Definition at line 142 of file qmetatypesjsonprocessor_p.h.

◆ values

QList<QAnyStringView> Enum::values

Definition at line 144 of file qmetatypesjsonprocessor_p.h.


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