#include <TelepathyQt4/Client/DBusProxy>
Public Member Functions | |
StatefulDBusProxy (const QDBusConnection &dbusConnection, const QString &busName, const QString &objectPath, QObject *parent=0) | |
virtual | ~StatefulDBusProxy () |
Friends | |
class | Private |
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 in Telepathy include the Connection and Channel.
Telepathy::Client::StatefulDBusProxy::StatefulDBusProxy | ( | const QDBusConnection & | dbusConnection, | |
const QString & | busName, | |||
const QString & | objectPath, | |||
QObject * | parent = 0 | |||
) |
Telepathy::Client::StatefulDBusProxy::~StatefulDBusProxy | ( | ) | [virtual] |
friend class Private [friend] |
Reimplemented from Telepathy::Client::DBusProxy.
Reimplemented in Telepathy::Client::Channel, Telepathy::Client::Connection, Telepathy::Client::FileTransfer, Telepathy::Client::RoomList, Telepathy::Client::StreamedMediaChannel, and Telepathy::Client::TextChannel.