The PendingContacts class is used by ContactManager when creating/updating Contact objects.
More...
#include <TelepathyQt/PendingContacts>
Inherits Tp::PendingOperation.
◆ ~PendingContacts()
| Tp::PendingContacts::~PendingContacts |
( |
| ) |
|
◆ manager()
| ContactManagerPtr Tp::PendingContacts::manager |
( |
| ) |
const |
◆ features()
| Features Tp::PendingContacts::features |
( |
| ) |
const |
◆ isForHandles()
| bool Tp::PendingContacts::isForHandles |
( |
| ) |
const |
◆ handles()
| UIntList Tp::PendingContacts::handles |
( |
| ) |
const |
◆ isForIdentifiers()
| bool Tp::PendingContacts::isForIdentifiers |
( |
| ) |
const |
◆ identifiers()
| QStringList Tp::PendingContacts::identifiers |
( |
| ) |
const |
◆ isForVCardAddresses()
| bool Tp::PendingContacts::isForVCardAddresses |
( |
| ) |
const |
◆ vcardField()
| QString Tp::PendingContacts::vcardField |
( |
| ) |
const |
◆ vcardAddresses()
| QStringList Tp::PendingContacts::vcardAddresses |
( |
| ) |
const |
◆ isForUris()
| bool Tp::PendingContacts::isForUris |
( |
| ) |
const |
◆ uris()
| QStringList Tp::PendingContacts::uris |
( |
| ) |
const |
◆ isUpgrade()
| bool Tp::PendingContacts::isUpgrade |
( |
| ) |
const |
◆ contactsToUpgrade()
| QList< ContactPtr > Tp::PendingContacts::contactsToUpgrade |
( |
| ) |
const |
◆ contacts()
| QList< ContactPtr > Tp::PendingContacts::contacts |
( |
| ) |
const |
◆ invalidHandles()
| UIntList Tp::PendingContacts::invalidHandles |
( |
| ) |
const |
◆ validIdentifiers()
| QStringList Tp::PendingContacts::validIdentifiers |
( |
| ) |
const |
◆ invalidIdentifiers()
| QHash< QString, QPair< QString, QString > > Tp::PendingContacts::invalidIdentifiers |
( |
| ) |
const |
◆ validVCardAddresses()
| QStringList Tp::PendingContacts::validVCardAddresses |
( |
| ) |
const |
◆ invalidVCardAddresses()
| QStringList Tp::PendingContacts::invalidVCardAddresses |
( |
| ) |
const |
◆ validUris()
| QStringList Tp::PendingContacts::validUris |
( |
| ) |
const |
◆ invalidUris()
| QStringList Tp::PendingContacts::invalidUris |
( |
| ) |
const |