![]() |
Qt 6.x
The Qt SDK
|
#include <qdbusintegrator_p.h>
Inheritance diagram for QDBusSpyCallEvent:
Collaboration diagram for QDBusSpyCallEvent:Public Member Functions | |
| QDBusSpyCallEvent (QDBusConnectionPrivate *cp, const QDBusConnection &c, const QDBusMessage &msg, const Hook *hooks, int count) | |
| ~QDBusSpyCallEvent () override | |
| void | placeMetaCall (QObject *) override |
Public Member Functions inherited from QAbstractMetaCallEvent | |
| QAbstractMetaCallEvent (const QObject *sender, int signalId, QSemaphore *semaphore=nullptr) | |
| ~QAbstractMetaCallEvent () | |
| virtual void | placeMetaCall (QObject *object)=0 |
| 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. | |
Static Public Member Functions | |
| static void | invokeSpyHooks (const QDBusMessage &msg, const Hook *hooks, int hookCount) |
Static Public Member Functions inherited from QEvent | |
| static int | registerEventType (int hint=-1) noexcept |
Public Attributes | |
| QDBusConnection | conn |
| QDBusMessage | msg |
| const Hook * | hooks |
| int | hookCount |
Additional Inherited Members | |
Protected Member Functions inherited from QEvent | |
| QEvent (Type type, InputEventTag) | |
| QEvent (Type type, PointerEventTag) | |
| QEvent (Type type, SinglePointEventTag) | |
Protected Attributes inherited from QEvent | |
| quint16 | t |
Definition at line 116 of file qdbusintegrator_p.h.
| typedef void(* QDBusSpyCallEvent::Hook) (const QDBusMessage &) |
Definition at line 119 of file qdbusintegrator_p.h.
|
inline |
Definition at line 120 of file qdbusintegrator_p.h.
|
override |
Definition at line 461 of file qdbusintegrator.cpp.
References d, emit, msg, qDBusDebug, and QAbstractMetaCallEvent::sender().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 476 of file qdbusintegrator.cpp.
References hookCount, hooks, i, and msg.
Referenced by QDBusConnectionPrivate::handleMessage(), and placeMetaCall().
Here is the caller graph for this function:Implements QAbstractMetaCallEvent.
Definition at line 471 of file qdbusintegrator.cpp.
References hookCount, hooks, invokeSpyHooks(), and msg.
Here is the call graph for this function:| QDBusConnection QDBusSpyCallEvent::conn |
Definition at line 128 of file qdbusintegrator_p.h.
| int QDBusSpyCallEvent::hookCount |
Definition at line 131 of file qdbusintegrator_p.h.
Referenced by invokeSpyHooks(), and placeMetaCall().
| const Hook* QDBusSpyCallEvent::hooks |
Definition at line 130 of file qdbusintegrator_p.h.
Referenced by invokeSpyHooks(), and placeMetaCall().
| QDBusMessage QDBusSpyCallEvent::msg |
Definition at line 129 of file qdbusintegrator_p.h.
Referenced by ~QDBusSpyCallEvent(), invokeSpyHooks(), and placeMetaCall().