#include <TelepathyQt4/Client/pending-contacts.h>
Public Member Functions | |
~PendingContacts () | |
ContactManager * | manager () const |
QSet< Contact::Feature > | features () const |
bool | isForHandles () const |
UIntList | handles () const |
bool | isForIdentifiers () const |
QStringList | identifiers () const |
bool | isUpgrade () const |
QList< QSharedPointer< Contact > > | contactsToUpgrade () const |
QList< QSharedPointer< Contact > > | contacts () const |
UIntList | invalidHandles () const |
Friends | |
struct | Private |
class | ContactManager |
Telepathy::Client::PendingContacts::~PendingContacts | ( | ) |
Class destructor.
QList< QSharedPointer< Contact > > Telepathy::Client::PendingContacts::contacts | ( | ) | const |
QList< QSharedPointer< Contact > > Telepathy::Client::PendingContacts::contactsToUpgrade | ( | ) | const |
References isUpgrade(), and Telepathy::warning().
QSet< Contact::Feature > Telepathy::Client::PendingContacts::features | ( | ) | const |
UIntList Telepathy::Client::PendingContacts::handles | ( | ) | const |
References isForHandles(), and Telepathy::warning().
QStringList Telepathy::Client::PendingContacts::identifiers | ( | ) | const |
References isForIdentifiers(), and Telepathy::warning().
UIntList Telepathy::Client::PendingContacts::invalidHandles | ( | ) | const |
bool Telepathy::Client::PendingContacts::isForHandles | ( | ) | const |
Referenced by handles(), and invalidHandles().
bool Telepathy::Client::PendingContacts::isForIdentifiers | ( | ) | const |
Referenced by identifiers().
bool Telepathy::Client::PendingContacts::isUpgrade | ( | ) | const |
Referenced by contactsToUpgrade().
ContactManager * Telepathy::Client::PendingContacts::manager | ( | ) | const |
friend class ContactManager [friend] |
friend struct Private [friend] |