Nepomuk-Core
Go to the documentation of this file.
21 #ifndef GLOBALCONTACTMANAGER_H
22 #define GLOBALCONTACTMANAGER_H
26 #include <TelepathyQt/Types>
27 #include <TelepathyQt/ContactManager>
33 class GlobalContactManagerPrivate;
42 Tp::Contacts allKnownContacts()
const;
43 Tp::AccountPtr accountForConnection(
const Tp::ConnectionPtr &connection)
const;
44 Tp::AccountPtr accountForContact(
const Tp::ContactPtr &contact)
const;
45 Tp::AccountPtr accountForAccountId(
const QString &accountId)
const;
48 void allKnownContactsChanged(
const Tp::Contacts &contactsAdded,
const Tp::Contacts &contactsRemoved);
49 void presencePublicationRequested(
const Tp::Contacts);
52 void onAccountManagerReady(Tp::PendingOperation *op);
53 void onNewAccount(
const Tp::AccountPtr &account);
54 void onConnectionChanged(
const Tp::ConnectionPtr &connection);
55 void onContactManagerStateChanged(Tp::ContactListState state);
58 void onContactManagerStateChanged(
const Tp::ContactManagerPtr &contactManager, Tp::ContactListState state);
60 GlobalContactManagerPrivate *d;
64 #endif // GLOBALCONTACTLIST_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.