kopete/kopete
KopeteDBusInterfacePrivate Class Reference
#include <kopetedbusinterface_p.h>
Inheritance diagram for KopeteDBusInterfacePrivate:

Signals | |
void | contactChanged (QString contactId) |
Public Member Functions | |
KopeteDBusInterfacePrivate () | |
Kopete::MetaContact * | findContact (const QString &nameOrId) |
QStringList | listContact (const QList< Kopete::MetaContact * > &contactList) |
Kopete::OnlineStatusManager::Categories | status2Value (const QString &status) |
Detailed Description
Tracks changes of all metacontacts and reports them via signals.
Contains helper functions for KopeteDBusInterface
Definition at line 62 of file kopetedbusinterface_p.h.
Constructor & Destructor Documentation
KopeteDBusInterfacePrivate::KopeteDBusInterfacePrivate | ( | ) |
Member Function Documentation
|
signal |
Emitted whenever a contact's property changed.
- Parameters
-
contactId protocol:account:contact triplet of the contact with a property change
Kopete::MetaContact* KopeteDBusInterfacePrivate::findContact | ( | const QString & | nameOrId | ) |
Tries to locate a meta contact using first the protocol:account:contact triplet, if that fails the meta contact id, lastly the displayName.
Returns 0 if nothing is found.
QStringList KopeteDBusInterfacePrivate::listContact | ( | const QList< Kopete::MetaContact * > & | contactList | ) |
Kopete::OnlineStatusManager::Categories KopeteDBusInterfacePrivate::status2Value | ( | const QString & | status | ) |
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.