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

#include <qmetatypesjsonprocessor_p.h>

Collaboration diagram for Property:

Public Types

using Container = std::vector<Property>

Public Member Functions

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

Public Attributes

QAnyStringView name
QAnyStringView type
QAnyStringView member
QAnyStringView read
QAnyStringView write
QAnyStringView reset
QAnyStringView notify
QAnyStringView bindable
QAnyStringView privateClass
int index = -1
int lineNumber = 0
QTypeRevision revision
bool isFinal = false
bool isConstant = false
bool isRequired = false

Detailed Description

Definition at line 67 of file qmetatypesjsonprocessor_p.h.

Member Typedef Documentation

◆ Container

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

Definition at line 69 of file qmetatypesjsonprocessor_p.h.

Constructor & Destructor Documentation

◆ Property() [1/2]

Property::Property ( )
default

◆ Property() [2/2]

Property::Property ( const QCborMap & cbor)

Definition at line 749 of file qmetatypesjsonprocessor.cpp.

References Property(), index, isConstant, isFinal, isRequired, and lineNumber.

Referenced by Property().

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

Member Data Documentation

◆ bindable

QAnyStringView Property::bindable

Definition at line 82 of file qmetatypesjsonprocessor_p.h.

◆ index

int Property::index = -1

Definition at line 86 of file qmetatypesjsonprocessor_p.h.

Referenced by Property().

◆ isConstant

bool Property::isConstant = false

Definition at line 92 of file qmetatypesjsonprocessor_p.h.

Referenced by Property().

◆ isFinal

bool Property::isFinal = false

Definition at line 91 of file qmetatypesjsonprocessor_p.h.

Referenced by Property().

◆ isRequired

bool Property::isRequired = false

Definition at line 93 of file qmetatypesjsonprocessor_p.h.

Referenced by Property().

◆ lineNumber

int Property::lineNumber = 0

Definition at line 87 of file qmetatypesjsonprocessor_p.h.

Referenced by Property().

◆ member

QAnyStringView Property::member

Definition at line 77 of file qmetatypesjsonprocessor_p.h.

◆ name

◆ notify

QAnyStringView Property::notify

Definition at line 81 of file qmetatypesjsonprocessor_p.h.

◆ privateClass

QAnyStringView Property::privateClass

Definition at line 84 of file qmetatypesjsonprocessor_p.h.

◆ read

QAnyStringView Property::read

Definition at line 78 of file qmetatypesjsonprocessor_p.h.

◆ reset

QAnyStringView Property::reset

Definition at line 80 of file qmetatypesjsonprocessor_p.h.

◆ revision

QTypeRevision Property::revision

Definition at line 89 of file qmetatypesjsonprocessor_p.h.

◆ type

QAnyStringView Property::type

Definition at line 75 of file qmetatypesjsonprocessor_p.h.

◆ write

QAnyStringView Property::write

Definition at line 79 of file qmetatypesjsonprocessor_p.h.


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