![]() |
Qt 4.8
|
#include <qdbusintegrator_p.h>
Public Functions | |
| QDBusConnectionCallbackEvent () | |
Public Functions inherited from QEvent | |
| void | accept () |
| Sets the accept flag of the event object, the equivalent of calling setAccepted(true). More... | |
| void | ignore () |
| Clears the accept flag parameter of the event object, the equivalent of calling setAccepted(false). More... | |
| bool | isAccepted () const |
| QEvent (Type type) | |
| Contructs an event object of type type. More... | |
| void | setAccepted (bool accepted) |
| bool | spontaneous () const |
| Returns true if the event originated outside the application (a system event); otherwise returns false. More... | |
| Type | type () const |
| Returns the event type. More... | |
| virtual | ~QEvent () |
| Destroys the event. More... | |
Public Variables | |
| union { | |
| int fd | |
| int timerId | |
| }; | |
| int | extra |
| enum QDBusConnectionCallbackEvent::Subtype | subtype |
| DBusWatch * | watch |
Additional Inherited Members | |
Static Public Functions inherited from QEvent | |
| static int | registerEventType (int hint=-1) |
| Registers and returns a custom event type. More... | |
Protected Variables inherited from QEvent | |
| QEventPrivate * | d |
| ushort | t |
Definition at line 134 of file qdbusintegrator_p.h.
| Enumerator | |
|---|---|
| AddTimeout | |
| KillTimer | |
| AddWatch | |
| ToggleWatch | |
Definition at line 148 of file qdbusintegrator_p.h.
|
inline |
Definition at line 137 of file qdbusintegrator_p.h.
| union { ... } |
| int QDBusConnectionCallbackEvent::extra |
Definition at line 146 of file qdbusintegrator_p.h.
Referenced by qDBusAddWatch().
| int QDBusConnectionCallbackEvent::fd |
Definition at line 144 of file qdbusintegrator_p.h.
Referenced by qDBusAddWatch(), and qDBusToggleWatch().
| enum QDBusConnectionCallbackEvent::Subtype QDBusConnectionCallbackEvent::subtype |
Referenced by qDBusAddTimeout(), qDBusAddWatch(), qDBusRemoveTimeout(), and qDBusToggleWatch().
| int QDBusConnectionCallbackEvent::timerId |
Definition at line 143 of file qdbusintegrator_p.h.
Referenced by qDBusRemoveTimeout().
| DBusWatch* QDBusConnectionCallbackEvent::watch |
Definition at line 141 of file qdbusintegrator_p.h.
Referenced by qDBusAddWatch(), and qDBusToggleWatch().