Home · All Classes · All Namespaces · Modules · Functions · Files |
The StatefulDBusProxy class is a base class representing a remote object whose API is stateful. More...
#include <TelepathyQt4/StatefulDBusProxy>
Inherits Tp::DBusProxy.
Inherited by Tp::Channel, Tp::ChannelDispatchOperation, Tp::ChannelRequest, and Tp::Connection.
The StatefulDBusProxy class is a base class representing a remote object whose API is stateful.
These objects do not remain useful if the service providing them exits or crashes, so they emit invalidated() if this happens.
Examples include the Connection and Channel classes.
Tp::StatefulDBusProxy::StatefulDBusProxy | ( | const QDBusConnection & | dbusConnection, |
const QString & | busName, | ||
const QString & | objectPath, | ||
const Feature & | featureCore | ||
) |
Construct a new StatefulDBusProxy object.
dbusConnection | QDBusConnection to use. |
busName | D-Bus bus name of the service that provides the remote object. |
objectPath | The object path. |
featureCore | The object core feature. |
Tp::StatefulDBusProxy::~StatefulDBusProxy | ( | ) | [virtual] |
Class destructor.
QString Tp::StatefulDBusProxy::uniqueNameFrom | ( | const QDBusConnection & | bus, |
const QString & | wellKnownOrUnique | ||
) | [static] |
QString Tp::StatefulDBusProxy::uniqueNameFrom | ( | const QDBusConnection & | bus, |
const QString & | wellKnownOrUnique, | ||
QString & | error, | ||
QString & | message | ||
) | [static] |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt4 0.8.0 |