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

#include <qmetatypesjsonprocessor_p.h>

+ Collaboration diagram for Method:

Public Types

using Container = std::vector<Method>
 

Public Member Functions

 Method ()=default
 
 Method (const QCborMap &cbor, bool isConstructor)
 

Public Attributes

QAnyStringView name
 
Argument::Container arguments
 
QAnyStringView returnType
 
QTypeRevision revision
 
Access access = Access::Public
 
bool isCloned = false
 
bool isJavaScriptFunction = false
 
bool isConstructor = false
 

Detailed Description

Definition at line 104 of file qmetatypesjsonprocessor_p.h.

Member Typedef Documentation

◆ Container

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

Definition at line 106 of file qmetatypesjsonprocessor_p.h.

Constructor & Destructor Documentation

◆ Method() [1/2]

Method::Method ( )
default

◆ Method() [2/2]

Method::Method ( const QCborMap & cbor,
bool isConstructor )

Member Data Documentation

◆ access

Access Method::access = Access::Public

Definition at line 118 of file qmetatypesjsonprocessor_p.h.

◆ arguments

Argument::Container Method::arguments

Definition at line 113 of file qmetatypesjsonprocessor_p.h.

Referenced by Method().

◆ isCloned

bool Method::isCloned = false

Definition at line 120 of file qmetatypesjsonprocessor_p.h.

◆ isConstructor

bool Method::isConstructor = false

Definition at line 122 of file qmetatypesjsonprocessor_p.h.

◆ isJavaScriptFunction

bool Method::isJavaScriptFunction = false

Definition at line 121 of file qmetatypesjsonprocessor_p.h.

Referenced by Method().

◆ name

QAnyStringView Method::name

Definition at line 111 of file qmetatypesjsonprocessor_p.h.

Referenced by QDBusMetaObjectGenerator::write().

◆ returnType

QAnyStringView Method::returnType

Definition at line 114 of file qmetatypesjsonprocessor_p.h.

◆ revision

QTypeRevision Method::revision

Definition at line 116 of file qmetatypesjsonprocessor_p.h.


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