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

#include <qmetaobject_p.h>

+ Collaboration diagram for QArgumentType:

Public Member Functions

 QArgumentType (int type)
 
 QArgumentType (const QByteArray &name)
 
 QArgumentType ()
 
int type () const
 
QByteArray name () const
 

Friends

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

Detailed Description

Definition at line 94 of file qmetaobject_p.h.

Constructor & Destructor Documentation

◆ QArgumentType() [1/3]

QArgumentType::QArgumentType ( int type)
inline

Definition at line 97 of file qmetaobject_p.h.

◆ QArgumentType() [2/3]

QArgumentType::QArgumentType ( const QByteArray & name)
inline

Definition at line 100 of file qmetaobject_p.h.

◆ QArgumentType() [3/3]

QArgumentType::QArgumentType ( )
inline

Definition at line 103 of file qmetaobject_p.h.

Member Function Documentation

◆ name()

QByteArray QArgumentType::name ( ) const
inline

Definition at line 108 of file qmetaobject_p.h.

References QByteArray::isEmpty(), and QMetaType::name().

+ Here is the call graph for this function:

◆ type()

int QArgumentType::type ( ) const
inline

Definition at line 106 of file qmetaobject_p.h.

Referenced by queuedConnectionTypes().

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ comparesEqual

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

Definition at line 116 of file qmetaobject_p.h.


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