![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qobject_p.h>
Public Member Functions | |
| QQueuedMetaCallEvent (ushort method_offset, ushort method_relative, QObjectPrivate::StaticMetaCallFunction callFunction, const QObject *sender, int signalId, int argCount, const QtPrivate::QMetaTypeInterface *const *argTypes, const void *const *argValues) | |
| QQueuedMetaCallEvent (QtPrivate::QSlotObjectBase *slotObj, const QObject *sender, int signalId, int argCount, const QtPrivate::QMetaTypeInterface *const *argTypes, const void *const *argValues) | |
| QQueuedMetaCallEvent (QtPrivate::SlotObjUniquePtr slotObj, const QObject *sender, int signalId, int argCount, const QtPrivate::QMetaTypeInterface *const *argTypes, const void *const *argValues) | |
| ~QQueuedMetaCallEvent () override | |
| Public Member Functions inherited from QMetaCallEvent | |
| QMetaCallEvent (ushort method_offset, ushort method_relative, QObjectPrivate::StaticMetaCallFunction callFunction, const QObject *sender, int signalId, void **args, QLatch *latch) | |
| QMetaCallEvent (QtPrivate::QSlotObjectBase *slotObj, const QObject *sender, int signalId, void **args, QLatch *latch) | |
| QMetaCallEvent (QtPrivate::SlotObjUniquePtr slotObj, const QObject *sender, int signalId, void **args, QLatch *latch) | |
| virtual void | placeMetaCall (QObject *object) override |
| Public Member Functions inherited from QAbstractMetaCallEvent | |
| QAbstractMetaCallEvent (const QObject *sender, int signalId, QLatch *latch=nullptr) | |
| ~QAbstractMetaCallEvent () | |
| const QObject * | sender () const |
| int | signalId () const |
| Public Member Functions inherited from QEvent | |
| QEvent (Type type) | |
| Constructs an event object of type type. | |
| virtual | ~QEvent () |
| Destroys the event. | |
| Type | type () const |
| Returns the event type. | |
| bool | spontaneous () const |
Returns true if the event originated outside the application (a system event); otherwise returns false. | |
| virtual void | setAccepted (bool accepted) |
| bool | isAccepted () const |
| void | accept () |
| Sets the accept flag of the event object, the equivalent of calling setAccepted(true). | |
| void | ignore () |
| Clears the accept flag parameter of the event object, the equivalent of calling setAccepted(false). | |
| bool | isInputEvent () const noexcept |
| bool | isPointerEvent () const noexcept |
| bool | isSinglePointEvent () const noexcept |
| virtual QEvent * | clone () const |
| Creates and returns an identical copy of this event. | |
Definition at line 381 of file qobject_p.h.
| QQueuedMetaCallEvent::QQueuedMetaCallEvent | ( | ushort | method_offset, |
| ushort | method_relative, | ||
| QObjectPrivate::StaticMetaCallFunction | callFunction, | ||
| const QObject * | sender, | ||
| int | signalId, | ||
| int | argCount, | ||
| const QtPrivate::QMetaTypeInterface *const * | argTypes, | ||
| const void *const * | argValues ) |
Constructs a QQueuedMetaCallEvent by copying the argument values using their meta-types.
Definition at line 560 of file qobject.cpp.
| QQueuedMetaCallEvent::QQueuedMetaCallEvent | ( | QtPrivate::QSlotObjectBase * | slotObj, |
| const QObject * | sender, | ||
| int | signalId, | ||
| int | argCount, | ||
| const QtPrivate::QMetaTypeInterface *const * | argTypes, | ||
| const void *const * | argValues ) |
Constructs a QQueuedMetaCallEvent by copying the argument values using their meta-types.
Definition at line 577 of file qobject.cpp.
| QQueuedMetaCallEvent::QQueuedMetaCallEvent | ( | QtPrivate::SlotObjUniquePtr | slotObj, |
| const QObject * | sender, | ||
| int | signalId, | ||
| int | argCount, | ||
| const QtPrivate::QMetaTypeInterface *const * | argTypes, | ||
| const void *const * | argValues ) |
Constructs a QQueuedMetaCallEvent by copying the argument values using their meta-types.
Definition at line 595 of file qobject.cpp.
|
override |
Definition at line 609 of file qobject.cpp.