Home · All Classes · All Namespaces · Modules · Functions · Files |
The AbstractInterface class is the base class for all client side D-Bus interfaces, allowing access to remote methods/properties/signals. More...
#include <TelepathyQt4/AbstractInterface>
Inherits QDBusAbstractInterface.
The AbstractInterface class is the base class for all client side D-Bus interfaces, allowing access to remote methods/properties/signals.
Tp::AbstractInterface::~AbstractInterface | ( | ) | [virtual] |
Tp::AbstractInterface::AbstractInterface | ( | DBusProxy * | proxy, |
const QLatin1String & | interface | ||
) | [protected] |
Tp::AbstractInterface::AbstractInterface | ( | const QString & | busName, |
const QString & | path, | ||
const QLatin1String & | interface, | ||
const QDBusConnection & | connection, | ||
QObject * | parent | ||
) | [protected] |
bool Tp::AbstractInterface::isValid | ( | ) | const |
Reimplemented from QDBusAbstractInterface.
QString Tp::AbstractInterface::invalidationReason | ( | ) | const |
QString Tp::AbstractInterface::invalidationMessage | ( | ) | const |
void Tp::AbstractInterface::invalidate | ( | Tp::DBusProxy * | proxy, |
const QString & | error, | ||
const QString & | message | ||
) | [protected, virtual, slot] |
PendingVariant * Tp::AbstractInterface::internalRequestProperty | ( | const QString & | name | ) | const [protected] |
PendingOperation * Tp::AbstractInterface::internalSetProperty | ( | const QString & | name, |
const QVariant & | newValue | ||
) | [protected] |
PendingVariantMap * Tp::AbstractInterface::internalRequestAllProperties | ( | ) | const [protected] |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt4 0.7.0 |