| Home · All Classes · All Namespaces · Modules · Functions · Files |
The PendingString class is a generic subclass of PendingOperation representing a pending D-Bus method call that returns a string. More...
#include <TelepathyQt/PendingString>
Inherits Tp::PendingOperation.
Public Member Functions | |
| PendingString (QDBusPendingCall call, const SharedPtr< RefCounted > &object) | |
| ~PendingString () | |
| QString | result () const |
Protected Member Functions | |
| void | setResult (const QString &result) |
The PendingString class is a generic subclass of PendingOperation representing a pending D-Bus method call that returns a string.
| Tp::PendingString::PendingString | ( | QDBusPendingCall | call, |
| const SharedPtr< RefCounted > & | object | ||
| ) |
Class destructor.
| QString Tp::PendingString::result | ( | ) | const |
| void Tp::PendingString::setResult | ( | const QString & | result | ) | [protected] |
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |