![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qcoreevent.h"
#include "qcoreevent_p.h"
#include "qcoreapplication.h"
#include "qcoreapplication_p.h"
#include "qbasicatomic.h"
#include <qtcore_tracepoints_p.h>
#include <limits>
#include "moc_qcoreevent.cpp"
Go to the source code of this file.
Typedefs | |
typedef QBasicAtomicBitField< QEvent::MaxUser - QEvent::User+1 > | UserEventTypeRegistry |
Functions | |
QT_BEGIN_NAMESPACE | Q_TRACE_POINT (qtcore, QEvent_ctor, QEvent *event, QEvent::Type type) |
Q_TRACE_POINT (qtcore, QEvent_dtor, QEvent *event, QEvent::Type type) | |
static int | registerEventTypeZeroBased (int id) noexcept |
Variables | |
static Q_CONSTINIT UserEventTypeRegistry | userEventTypeRegistry {} |
typedef QBasicAtomicBitField< QEvent::MaxUser - QEvent::User+1 > UserEventTypeRegistry |
Definition at line 479 of file qcoreevent.cpp.
QT_BEGIN_NAMESPACE Q_TRACE_POINT | ( | qtcore | , |
QEvent_ctor | , | ||
QEvent * | event, | ||
QEvent::Type | type ) |
Q_TRACE_POINT | ( | qtcore | , |
QEvent_dtor | , | ||
QEvent * | event, | ||
QEvent::Type | type ) |
|
inlinestaticnoexcept |
Definition at line 483 of file qcoreevent.cpp.
|
static |
Definition at line 481 of file qcoreevent.cpp.