CallDeliveryEvent Class Reference

Inheritance diagram for CallDeliveryEvent:

Inheritance graph
[legend]
Collaboration diagram for CallDeliveryEvent:

Collaboration graph
[legend]
List of all members.

Detailed Description

Definition at line 66 of file qdbusintegrator.cpp.

Public Member Functions

 CallDeliveryEvent ()

Public Attributes

const QDBusConnectionPrivateconn
QPointer< QObjectobject
QDBusMessage message
QList< int > metaTypes
int flags
int slotIdx


Constructor & Destructor Documentation

CallDeliveryEvent::CallDeliveryEvent (  )  [inline]

Definition at line 69 of file qdbusintegrator.cpp.

00070         : QEvent(QEvent::User), object(0), flags(0), slotIdx(-1)
00071         { }


Member Data Documentation

const QDBusConnectionPrivate* CallDeliveryEvent::conn

Definition at line 73 of file qdbusintegrator.cpp.

Referenced by QDBusConnectionPrivate::customEvent(), and QDBusConnectionPrivate::postedCallDeliveryEvent().

QPointer<QObject> CallDeliveryEvent::object

Definition at line 74 of file qdbusintegrator.cpp.

Referenced by QDBusConnectionPrivate::activateCall().

QDBusMessage CallDeliveryEvent::message

Definition at line 75 of file qdbusintegrator.cpp.

Referenced by QDBusConnectionPrivate::activateCall().

QList<int> CallDeliveryEvent::metaTypes

Definition at line 76 of file qdbusintegrator.cpp.

Referenced by QDBusConnectionPrivate::activateCall().

int CallDeliveryEvent::flags

Definition at line 78 of file qdbusintegrator.cpp.

Referenced by QDBusConnectionPrivate::activateCall().

int CallDeliveryEvent::slotIdx

Definition at line 79 of file qdbusintegrator.cpp.

Referenced by QDBusConnectionPrivate::activateCall().


The documentation for this class was generated from the following file:
Generated on Thu Mar 15 14:46:45 2007 for Qt 4.2 User's Guide by  doxygen 1.5.1