#include <contextkitplugin.h>
Signals | |
void | subscribeFailed (QString, QString) |
void | valueChanged (QString, TimedValue) |
void | subscribeFinished (QString) |
void | providerNotPresent () |
Public Member Functions | |
PendingSubscribeWatcher (const QDBusPendingCall &call, const QString &key, QObject *parent=0) | |
Private Slots | |
void | onFinished () |
void | processDeferredDeleteEvents () |
Private Attributes | |
QString | key |
ContextSubscriber::PendingSubscribeWatcher::PendingSubscribeWatcher | ( | const QDBusPendingCall & | call, | |
const QString & | key, | |||
QObject * | parent = 0 | |||
) |
void ContextSubscriber::PendingSubscribeWatcher::onFinished | ( | ) | [private, slot] |
void ContextSubscriber::PendingSubscribeWatcher::processDeferredDeleteEvents | ( | ) | [private, slot] |
void ContextSubscriber::PendingSubscribeWatcher::subscribeFailed | ( | QString | _t1, | |
QString | _t2 | |||
) | [signal] |
void ContextSubscriber::PendingSubscribeWatcher::valueChanged | ( | QString | _t1, | |
TimedValue | _t2 | |||
) | [signal] |
void ContextSubscriber::PendingSubscribeWatcher::subscribeFinished | ( | QString | _t1 | ) | [signal] |
void ContextSubscriber::PendingSubscribeWatcher::providerNotPresent | ( | ) | [signal] |
QString ContextSubscriber::PendingSubscribeWatcher::key [private] |