| Home · All Classes · All Namespaces · Modules · Functions · Files | 
The PendingSendMessage class represents the parameters of and the reply to an asynchronous message send request. More...
#include <TelepathyQt/PendingSendMessage>
Inherits Tp::PendingOperation.
| Public Member Functions | |
| ~PendingSendMessage () | |
| TextChannelPtr | channel () const | 
| ContactMessengerPtr | messenger () const | 
| QString | sentMessageToken () const | 
| Message | message () const | 
|  Public Member Functions inherited from Tp::PendingOperation | |
| virtual | ~PendingOperation () | 
| bool | isFinished () const | 
| bool | isValid () const | 
| bool | isError () const | 
| QString | errorName () const | 
| QString | errorMessage () const | 
| Additional Inherited Members | |
|  Signals inherited from Tp::PendingOperation | |
| void | finished (Tp::PendingOperation *operation) | 
|  Protected Slots inherited from Tp::PendingOperation | |
| void | setFinished () | 
| void | setFinishedWithError (const QString &name, const QString &message) | 
| void | setFinishedWithError (const QDBusError &error) | 
|  Protected Member Functions inherited from Tp::PendingOperation | |
| PendingOperation (const SharedPtr< RefCounted > &object) | |
| SharedPtr< RefCounted > | object () const | 
The PendingSendMessage class represents the parameters of and the reply to an asynchronous message send request.
| Tp::PendingSendMessage::~PendingSendMessage | ( | ) | 
| TextChannelPtr Tp::PendingSendMessage::channel | ( | ) | const | 
Return the channel used to send the message if this instance was created using TextChannel. If it was created using ContactMessenger, return a null TextChannelPtr.
| ContactMessengerPtr Tp::PendingSendMessage::messenger | ( | ) | const | 
Return the contact messenger used to send the message if this instance was created using ContactMessenger. If it was created using TextChannel, return a null ContactMessengerPtr.
| QString Tp::PendingSendMessage::sentMessageToken | ( | ) | const | 
| Message Tp::PendingSendMessage::message | ( | ) | const | 
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |