![]() |
Qt 6.x
The Qt SDK
|
#include <qobject_p_p.h>
Inheritance diagram for QObjectPrivate::SignalVector:
Collaboration diagram for QObjectPrivate::SignalVector:Public Member Functions | |
| ConnectionList & | at (int i) |
| const ConnectionList & | at (int i) const |
| int | count () const |
Public Attributes | ||
| quintptr | allocated | |
Public Attributes inherited from QObjectPrivate::ConnectionOrSignalVector | ||
| union { | ||
| TaggedSignalVector nextInOrphanList | ||
| Connection * next | ||
| }; | ||
Definition at line 122 of file qobject_p_p.h.
|
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:
|
inline |
Definition at line 127 of file qobject_p_p.h.
References i.
|
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:| quintptr QObjectPrivate::SignalVector::allocated |
Definition at line 124 of file qobject_p_p.h.
Referenced by count().