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::SignalVector Struct Reference

#include <qobject_p_p.h>

+ Inheritance diagram for QObjectPrivate::SignalVector:
+ Collaboration diagram for QObjectPrivate::SignalVector:

Public Member Functions

ConnectionListat (int i)
 
const ConnectionListat (int i) const
 
int count () const
 

Public Attributes

quintptr allocated
 
- Public Attributes inherited from QObjectPrivate::ConnectionOrSignalVector
union { 
 
   TaggedSignalVector   nextInOrphanList 
 
   Connection *   next 
 
};  
 

Detailed Description

Definition at line 122 of file qobject_p_p.h.

Member Function Documentation

◆ at() [1/2]

ConnectionList & QObjectPrivate::SignalVector::at ( int i)
inline

Definition at line 126 of file qobject_p_p.h.

References i.

Referenced by doActivate(), QObject::dumpObjectInfo(), QObjectPrivate::isSignalConnected(), and QObjectPrivate::maybeSignalConnected().

+ Here is the caller graph for this function:

◆ at() [2/2]

const ConnectionList & QObjectPrivate::SignalVector::at ( int i) const
inline

Definition at line 127 of file qobject_p_p.h.

References i.

◆ count()

int QObjectPrivate::SignalVector::count ( ) const
inline

Definition at line 131 of file qobject_p_p.h.

References allocated.

Referenced by QObject::dumpObjectInfo().

+ Here is the caller graph for this function:

Member Data Documentation

◆ allocated

quintptr QObjectPrivate::SignalVector::allocated

Definition at line 124 of file qobject_p_p.h.

Referenced by count().


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