Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 
QTypeRevision revision
 
bool isFinal = false
 
bool isConstant = false
 
bool isRequired = false
 

Detailed Description

Definition at line 65 of file qmetatypesjsonprocessor_p.h.

Member Typedef Documentation

◆ Container

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

Definition at line 67 of file qmetatypesjsonprocessor_p.h.

Constructor & Destructor Documentation

◆ Property() [1/2]

Property::Property ( )
default

Referenced by Property().

+ Here is the caller graph for this function:

◆ Property() [2/2]

Property::Property ( const QCborMap & cbor)

Definition at line 739 of file qmetatypesjsonprocessor.cpp.

References Property().

+ Here is the call graph for this function:

Member Data Documentation

◆ bindable

QAnyStringView Property::bindable

Definition at line 80 of file qmetatypesjsonprocessor_p.h.

◆ index

int Property::index = -1

Definition at line 84 of file qmetatypesjsonprocessor_p.h.

◆ isConstant

bool Property::isConstant = false

Definition at line 89 of file qmetatypesjsonprocessor_p.h.

◆ isFinal

bool Property::isFinal = false

Definition at line 88 of file qmetatypesjsonprocessor_p.h.

◆ isRequired

bool Property::isRequired = false

Definition at line 90 of file qmetatypesjsonprocessor_p.h.

◆ member

QAnyStringView Property::member

Definition at line 75 of file qmetatypesjsonprocessor_p.h.

◆ name

QAnyStringView Property::name

Definition at line 72 of file qmetatypesjsonprocessor_p.h.

◆ notify

QAnyStringView Property::notify

Definition at line 79 of file qmetatypesjsonprocessor_p.h.

◆ privateClass

QAnyStringView Property::privateClass

Definition at line 82 of file qmetatypesjsonprocessor_p.h.

◆ read

QAnyStringView Property::read

Definition at line 76 of file qmetatypesjsonprocessor_p.h.

◆ reset

QAnyStringView Property::reset

Definition at line 78 of file qmetatypesjsonprocessor_p.h.

◆ revision

QTypeRevision Property::revision

Definition at line 86 of file qmetatypesjsonprocessor_p.h.

◆ type

QAnyStringView Property::type

Definition at line 73 of file qmetatypesjsonprocessor_p.h.

Referenced by QQmlJSRegisterContent::isList().

◆ write

QAnyStringView Property::write

Definition at line 77 of file qmetatypesjsonprocessor_p.h.


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