Home · All Classes · All Namespaces · Modules · Functions · Files |
A QObject on which low-level D-Bus adaptors are plugged to provide a D-Bus object. More...
#include <TelepathyQt/DBusObject>
Inherits QObject.
Public Member Functions | |
DBusObject (const QDBusConnection &dbusConnection, QObject *parent=0) | |
virtual | ~DBusObject () |
QString | objectPath () const |
QDBusConnection | dbusConnection () const |
Protected Member Functions | |
void | setObjectPath (const QString &path) |
A QObject on which low-level D-Bus adaptors are plugged to provide a D-Bus object.
Tp::DBusObject::DBusObject | ( | const QDBusConnection & | dbusConnection, |
QObject * | parent = 0 |
||
) |
Construct a DBusObject that operates on the given dbusConnection.
dbusConnection | The D-Bus connection to use. |
parent | The QObject parent of this instance. |
|
virtual |
Class destructor.
QString Tp::DBusObject::objectPath | ( | ) | const |
QDBusConnection Tp::DBusObject::dbusConnection | ( | ) | const |
Return the D-Bus connection associated with this object.
|
protected |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |