Qt 4.8
Public Functions | Public Variables | List of all members
Maemo::DBusDispatcherPrivate Class Reference

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
 

Detailed Description

Definition at line 63 of file dbusdispatcher.cpp.

Constructors and Destructors

◆ DBusDispatcherPrivate()

Maemo::DBusDispatcherPrivate::DBusDispatcherPrivate ( const QString service,
const QString path,
const QString interface,
const QString signalPath 
)
inline

Definition at line 66 of file dbusdispatcher.cpp.

70  : service(service), path(path), interface(interface),
71  signalPath(signalPath), connection(0)
72  {
73  memset(&signal_vtable, 0, sizeof(signal_vtable));
74  }
struct DBusConnection * connection
struct DBusObjectPathVTable signal_vtable

◆ ~DBusDispatcherPrivate()

Maemo::DBusDispatcherPrivate::~DBusDispatcherPrivate ( )
inline

Definition at line 76 of file dbusdispatcher.cpp.

77  {
78  foreach(DBusPendingCall *call, pending_calls) {
81  }
82  }
void dbus_pending_call_unref(DBusPendingCall *pending)
void dbus_pending_call_cancel(DBusPendingCall *pending)
QList< DBusPendingCall * > pending_calls

Properties

◆ connection

struct DBusConnection* Maemo::DBusDispatcherPrivate::connection

◆ interface

QString Maemo::DBusDispatcherPrivate::interface

◆ path

QString Maemo::DBusDispatcherPrivate::path

◆ pending_calls

QList<DBusPendingCall *> Maemo::DBusDispatcherPrivate::pending_calls

◆ service

QString Maemo::DBusDispatcherPrivate::service

◆ signal_vtable

struct DBusObjectPathVTable Maemo::DBusDispatcherPrivate::signal_vtable

Definition at line 90 of file dbusdispatcher.cpp.

Referenced by DBusDispatcherPrivate(), and Maemo::DBusDispatcher::setupDBus().

◆ signalPath

QString Maemo::DBusDispatcherPrivate::signalPath

Definition at line 87 of file dbusdispatcher.cpp.

Referenced by Maemo::DBusDispatcher::setupDBus().


The documentation for this class was generated from the following file: