#include <TelepathyQt4/Client/contact.h>
Telepathy::Client::Contact::~Contact | ( | ) |
References Telepathy::debug(), and id().
QSet< Contact::Feature > Telepathy::Client::Contact::actualFeatures | ( | ) | const |
QString Telepathy::Client::Contact::alias | ( | ) | const |
References FeatureAlias, id(), and Telepathy::warning().
void Telepathy::Client::Contact::aliasChanged | ( | const QString & | alias | ) | [signal] |
PendingOperation * Telepathy::Client::Contact::authorizePresencePublication | ( | const QString & | message = QString() |
) |
QString Telepathy::Client::Contact::avatarToken | ( | ) | const |
References FeatureAvatarToken, isAvatarTokenKnown(), and Telepathy::warning().
void Telepathy::Client::Contact::avatarTokenChanged | ( | const QString & | avatarToken | ) | [signal] |
PendingOperation * Telepathy::Client::Contact::block | ( | bool | value = true |
) |
void Telepathy::Client::Contact::blockStatusChanged | ( | bool | blocked | ) | [signal] |
ReferencedHandles Telepathy::Client::Contact::handle | ( | ) | const |
QString Telepathy::Client::Contact::id | ( | ) | const |
Referenced by alias(), and ~Contact().
bool Telepathy::Client::Contact::isAvatarTokenKnown | ( | ) | const |
bool Telepathy::Client::Contact::isBlocked | ( | ) | const |
ContactManager * Telepathy::Client::Contact::manager | ( | ) | const |
QString Telepathy::Client::Contact::presenceMessage | ( | ) | const |
References FeatureSimplePresence, and Telepathy::warning().
QString Telepathy::Client::Contact::presenceStatus | ( | ) | const |
References FeatureSimplePresence, and Telepathy::warning().
uint Telepathy::Client::Contact::presenceType | ( | ) | const |
Contact::PresenceState Telepathy::Client::Contact::publishState | ( | ) | const |
void Telepathy::Client::Contact::publishStateChanged | ( | Telepathy::Client::Contact::PresenceState | state | ) | [signal] |
PendingOperation * Telepathy::Client::Contact::removePresencePublication | ( | const QString & | message = QString() |
) |
PendingOperation * Telepathy::Client::Contact::removePresenceSubscription | ( | const QString & | message = QString() |
) |
QSet< Contact::Feature > Telepathy::Client::Contact::requestedFeatures | ( | ) | const |
PendingOperation * Telepathy::Client::Contact::requestPresenceSubscription | ( | const QString & | message = QString() |
) |
void Telepathy::Client::Contact::simplePresenceChanged | ( | const QString & | status, | |
uint | type, | |||
const QString & | presenceMessage | |||
) | [signal] |
Contact::PresenceState Telepathy::Client::Contact::subscriptionState | ( | ) | const |
void Telepathy::Client::Contact::subscriptionStateChanged | ( | Telepathy::Client::Contact::PresenceState | state | ) | [signal] |
friend class ContactManager [friend] |
friend struct Private [friend] |