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
 
bool operator== (const QArgumentType &other) const
 
bool operator!= (const QArgumentType &other) const
 

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().

Referenced by operator!=(), and operator==().

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

◆ operator!=()

bool QArgumentType::operator!= ( const QArgumentType & other) const
inline

Definition at line 121 of file qmetaobject_p.h.

References name(), and other().

+ Here is the call graph for this function:

◆ operator==()

bool QArgumentType::operator== ( const QArgumentType & other) const
inline

Definition at line 114 of file qmetaobject_p.h.

References name(), and other().

+ 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:

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