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
QArgumentType Class Reference

#include <qmetaobject_p.h>

Collaboration diagram for QArgumentType:

Public Member Functions

 QArgumentType ()=default
 QArgumentType (QMetaType metaType)
 QArgumentType (QByteArrayView name)
QMetaType metaType () const noexcept
QByteArrayView name () const noexcept

Friends

bool comparesEqual (const QArgumentType &lhs, const QArgumentType &rhs)

Detailed Description

Definition at line 41 of file qmetaobject_p.h.

Constructor & Destructor Documentation

◆ QArgumentType() [1/3]

QArgumentType::QArgumentType ( )
default

◆ QArgumentType() [2/3]

QArgumentType::QArgumentType ( QMetaType metaType)
inline

Definition at line 45 of file qmetaobject_p.h.

References QArgumentType().

Referenced by QArgumentType(), and QArgumentType().

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

◆ QArgumentType() [3/3]

QArgumentType::QArgumentType ( QByteArrayView name)
inlineexplicit

Definition at line 48 of file qmetaobject_p.h.

References QArgumentType().

Here is the call graph for this function:

Member Function Documentation

◆ metaType()

QMetaType QArgumentType::metaType ( ) const
inlinenoexcept

Definition at line 51 of file qmetaobject_p.h.

◆ name()

QByteArrayView QArgumentType::name ( ) const
inlinenoexcept

Definition at line 53 of file qmetaobject_p.h.

◆ comparesEqual

bool comparesEqual ( const QArgumentType & lhs,
const QArgumentType & rhs )
friend

Definition at line 61 of file qmetaobject_p.h.


The documentation for this class was generated from the following file: