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
QMetaObject::SuperData Struct Reference

#include <qobjectdefs.h>

+ Collaboration diagram for QMetaObject::SuperData:

Public Types

using Getter = const QMetaObject *(*)()
 

Public Member Functions

 SuperData ()=default
 
constexpr SuperData (std::nullptr_t)
 
constexpr SuperData (const QMetaObject *mo)
 
constexpr const QMetaObjectoperator-> () const
 
constexpr SuperData (Getter g)
 
constexpr operator const QMetaObject * () const
 

Static Public Member Functions

template<const QMetaObject & MO>
static constexpr SuperData link ()
 

Public Attributes

const QMetaObjectdirect
 

Detailed Description

Definition at line 575 of file qobjectdefs.h.

Member Typedef Documentation

◆ Getter

Definition at line 576 of file qobjectdefs.h.

Constructor & Destructor Documentation

◆ SuperData() [1/4]

QMetaObject::SuperData::SuperData ( )
default

◆ SuperData() [2/4]

QMetaObject::SuperData::SuperData ( std::nullptr_t )
inlineconstexpr

Definition at line 579 of file qobjectdefs.h.

◆ SuperData() [3/4]

QMetaObject::SuperData::SuperData ( const QMetaObject * mo)
inlineconstexpr

Definition at line 580 of file qobjectdefs.h.

◆ SuperData() [4/4]

QMetaObject::SuperData::SuperData ( Getter g)
inlineconstexpr

Definition at line 592 of file qobjectdefs.h.

Member Function Documentation

◆ link()

template<const QMetaObject & MO>
static constexpr SuperData QMetaObject::SuperData::link ( )
inlinestaticconstexpr

Definition at line 595 of file qobjectdefs.h.

◆ operator const QMetaObject *()

QMetaObject::SuperData::operator const QMetaObject * ( ) const
inlineconstexpr

Definition at line 593 of file qobjectdefs.h.

◆ operator->()

const QMetaObject * QMetaObject::SuperData::operator-> ( ) const
inlineconstexpr

Definition at line 582 of file qobjectdefs.h.

Member Data Documentation

◆ direct

const QMetaObject* QMetaObject::SuperData::direct

Definition at line 577 of file qobjectdefs.h.


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