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
QObjectPrivate::ConnectionOrSignalVector Struct Reference

#include <qobject_p_p.h>

+ Inheritance diagram for QObjectPrivate::ConnectionOrSignalVector:
+ Collaboration diagram for QObjectPrivate::ConnectionOrSignalVector:

Public Attributes

union { 
 
   TaggedSignalVector   nextInOrphanList 
 
   Connection *   next 
 
};  
 

Detailed Description

Definition at line 58 of file qobject_p_p.h.

Member Data Documentation

◆ [union]

◆ next

Connection* QObjectPrivate::ConnectionOrSignalVector::next

Definition at line 64 of file qobject_p_p.h.

◆ nextInOrphanList

TaggedSignalVector QObjectPrivate::ConnectionOrSignalVector::nextInOrphanList

Definition at line 62 of file qobject_p_p.h.


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