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
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 237 of file qmetaobject.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Size 

Definition at line 238 of file qmetaobject.h.

Member Function Documentation

◆ argc()

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

Definition at line 241 of file qmetaobject.h.

◆ flags()

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

Definition at line 244 of file qmetaobject.h.

◆ metaTypeOffset()

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

Definition at line 245 of file qmetaobject.h.

◆ name()

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

Definition at line 240 of file qmetaobject.h.

◆ operator==()

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

Definition at line 246 of file qmetaobject.h.

◆ parameters()

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

Definition at line 242 of file qmetaobject.h.

◆ tag()

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

Definition at line 243 of file qmetaobject.h.

Member Data Documentation

◆ d

const uint* QMetaMethod::Data::d

Definition at line 248 of file qmetaobject.h.


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