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
QQmlConnectionSlotDispatcher::TypedFunction< ArgTypeStorage > Struct Template Reference
+ Collaboration diagram for QQmlConnectionSlotDispatcher::TypedFunction< ArgTypeStorage >:

Public Member Functions

 TypedFunction (const ArgTypeStorage *storage)
 
QMetaType returnMetaType () const
 
qsizetype parameterCount () const
 
QMetaType parameterMetaType (qsizetype i) const
 

Detailed Description

template<typename ArgTypeStorage>
struct QQmlConnectionSlotDispatcher::TypedFunction< ArgTypeStorage >

Definition at line 63 of file qqmlconnections.cpp.

Constructor & Destructor Documentation

◆ TypedFunction()

template<typename ArgTypeStorage >
QQmlConnectionSlotDispatcher::TypedFunction< ArgTypeStorage >::TypedFunction ( const ArgTypeStorage * storage)
inline

Definition at line 67 of file qqmlconnections.cpp.

Member Function Documentation

◆ parameterCount()

template<typename ArgTypeStorage >
qsizetype QQmlConnectionSlotDispatcher::TypedFunction< ArgTypeStorage >::parameterCount ( ) const
inline

Definition at line 70 of file qqmlconnections.cpp.

References storage.

◆ parameterMetaType()

template<typename ArgTypeStorage >
QMetaType QQmlConnectionSlotDispatcher::TypedFunction< ArgTypeStorage >::parameterMetaType ( qsizetype i) const
inline

Definition at line 71 of file qqmlconnections.cpp.

References i, and storage.

◆ returnMetaType()

template<typename ArgTypeStorage >
QMetaType QQmlConnectionSlotDispatcher::TypedFunction< ArgTypeStorage >::returnMetaType ( ) const
inline

Definition at line 69 of file qqmlconnections.cpp.

References storage.


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