![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdbusintegrator_p.h>
Public Member Functions | |
QDBusSpyCallEvent (QDBusConnectionPrivate *cp, const QDBusConnection &c, const QDBusMessage &msg) | |
~QDBusSpyCallEvent () override | |
void | placeMetaCall (QObject *) override |
![]() | |
QAbstractMetaCallEvent (const QObject *sender, int signalId, QSemaphore *semaphore=nullptr) | |
~QAbstractMetaCallEvent () | |
const QObject * | sender () const |
int | signalId () const |
![]() | |
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. | |
Static Public Member Functions | |
static void | invokeSpyHooks (const QDBusMessage &msg) |
![]() | |
static int | registerEventType (int hint=-1) noexcept |
Public Attributes | |
QDBusConnection | conn |
QDBusMessage | msg |
Additional Inherited Members | |
![]() | |
QT_DEFINE_TAG_STRUCT (InputEventTag) | |
QEvent (Type type, InputEventTag) | |
QT_DEFINE_TAG_STRUCT (PointerEventTag) | |
QEvent (Type type, PointerEventTag) | |
QT_DEFINE_TAG_STRUCT (SinglePointEventTag) | |
QEvent (Type type, SinglePointEventTag) | |
![]() | |
quint16 | t |
Definition at line 126 of file qdbusintegrator_p.h.
typedef void(* QDBusSpyCallEvent::Hook) (const QDBusMessage &) |
Definition at line 129 of file qdbusintegrator_p.h.
|
inline |
Definition at line 130 of file qdbusintegrator_p.h.
References QDBusSpyCallEvent().
Referenced by QDBusSpyCallEvent().
|
override |
Definition at line 494 of file qdbusintegrator.cpp.
|
inlinestatic |
Definition at line 509 of file qdbusintegrator.cpp.
Implements QAbstractMetaCallEvent.
Definition at line 504 of file qdbusintegrator.cpp.
QDBusConnection QDBusSpyCallEvent::conn |
Definition at line 137 of file qdbusintegrator_p.h.
QDBusMessage QDBusSpyCallEvent::msg |
Definition at line 138 of file qdbusintegrator_p.h.