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
QMetaMethod::Data Struct Reference

#include <qmetaobject.h>

+ Collaboration diagram for QMetaMethod::Data:

Public Types

enum  { Size = 6 }
 

Public Member Functions

uint name () const
 
uint argc () const
 
uint parameters () const
 
uint tag () const
 
uint flags () const
 
uint metaTypeOffset () const
 
bool operator== (const Data &other) const
 

Public Attributes

const uintd
 

Detailed Description

Definition at line 231 of file qmetaobject.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Size 

Definition at line 232 of file qmetaobject.h.

Member Function Documentation

◆ argc()

uint QMetaMethod::Data::argc ( ) const
inline

Definition at line 235 of file qmetaobject.h.

References d.

◆ flags()

uint QMetaMethod::Data::flags ( ) const
inline

Definition at line 238 of file qmetaobject.h.

References d.

◆ metaTypeOffset()

uint QMetaMethod::Data::metaTypeOffset ( ) const
inline

Definition at line 239 of file qmetaobject.h.

References d.

◆ name()

uint QMetaMethod::Data::name ( ) const
inline

Definition at line 234 of file qmetaobject.h.

References d.

◆ operator==()

bool QMetaMethod::Data::operator== ( const Data & other) const
inline

Definition at line 240 of file qmetaobject.h.

References d, and other().

+ Here is the call graph for this function:

◆ parameters()

uint QMetaMethod::Data::parameters ( ) const
inline

Definition at line 236 of file qmetaobject.h.

References d.

◆ tag()

uint QMetaMethod::Data::tag ( ) const
inline

Definition at line 237 of file qmetaobject.h.

References d.

Member Data Documentation

◆ d

const uint* QMetaMethod::Data::d

Definition at line 242 of file qmetaobject.h.


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