Qt 4.8
|
Public Functions | |
DBusDispatcherPrivate (const QString &service, const QString &path, const QString &interface, const QString &signalPath) | |
~DBusDispatcherPrivate () | |
Public Variables | |
struct DBusConnection * | connection |
QString | interface |
QString | path |
QList< DBusPendingCall * > | pending_calls |
QString | service |
struct DBusObjectPathVTable | signal_vtable |
QString | signalPath |
Definition at line 63 of file dbusdispatcher.cpp.
|
inline |
Definition at line 66 of file dbusdispatcher.cpp.
|
inline |
Definition at line 76 of file dbusdispatcher.cpp.
struct DBusConnection* Maemo::DBusDispatcherPrivate::connection |
Definition at line 88 of file dbusdispatcher.cpp.
Referenced by Maemo::DBusDispatcher::call(), Maemo::DBusDispatcher::callAsynchronous(), Maemo::DBusDispatcher::setupDBus(), Maemo::DBusDispatcher::synchronousDispatch(), and Maemo::DBusDispatcher::~DBusDispatcher().
QString Maemo::DBusDispatcherPrivate::interface |
Definition at line 86 of file dbusdispatcher.cpp.
Referenced by Maemo::DBusDispatcher::call(), and Maemo::DBusDispatcher::callAsynchronous().
QString Maemo::DBusDispatcherPrivate::path |
Definition at line 85 of file dbusdispatcher.cpp.
Referenced by Maemo::DBusDispatcher::call(), and Maemo::DBusDispatcher::callAsynchronous().
QList<DBusPendingCall *> Maemo::DBusDispatcherPrivate::pending_calls |
Definition at line 89 of file dbusdispatcher.cpp.
Referenced by Maemo::DBusDispatcher::callAsynchronous(), Maemo::pendingCallFunction(), and ~DBusDispatcherPrivate().
QString Maemo::DBusDispatcherPrivate::service |
Definition at line 84 of file dbusdispatcher.cpp.
Referenced by Maemo::DBusDispatcher::call(), and Maemo::DBusDispatcher::callAsynchronous().
struct DBusObjectPathVTable Maemo::DBusDispatcherPrivate::signal_vtable |
Definition at line 90 of file dbusdispatcher.cpp.
Referenced by DBusDispatcherPrivate(), and Maemo::DBusDispatcher::setupDBus().
QString Maemo::DBusDispatcherPrivate::signalPath |
Definition at line 87 of file dbusdispatcher.cpp.
Referenced by Maemo::DBusDispatcher::setupDBus().