![]() |
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 |
| 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. | |
Static Public Member Functions | |
| static void | invokeSpyHooks (const QDBusMessage &msg) |
| Static Public Member Functions inherited from QEvent | |
| static int | registerEventType (int hint=-1) noexcept |
Public Attributes | |
| QDBusConnection | conn |
| QDBusMessage | msg |
Additional Inherited Members | |
| Protected Member Functions inherited from QEvent | |
| 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) | |
| Protected Attributes inherited from QEvent | |
| quint16 | t |
Definition at line 127 of file qdbusintegrator_p.h.
| typedef void(* QDBusSpyCallEvent::Hook) (const QDBusMessage &) |
Definition at line 130 of file qdbusintegrator_p.h.
|
inline |
Definition at line 131 of file qdbusintegrator_p.h.
References QDBusSpyCallEvent().
Referenced by QDBusSpyCallEvent().
|
override |
Definition at line 496 of file qdbusintegrator.cpp.
|
inlinestatic |
Definition at line 511 of file qdbusintegrator.cpp.
Implements QAbstractMetaCallEvent.
Definition at line 506 of file qdbusintegrator.cpp.
| QDBusConnection QDBusSpyCallEvent::conn |
Definition at line 138 of file qdbusintegrator_p.h.
| QDBusMessage QDBusSpyCallEvent::msg |
Definition at line 139 of file qdbusintegrator_p.h.