kopete/libkopete
kopetemetacontact.h
Go to the documentation of this file.
58 Q_PROPERTY( QString displayName READ displayName WRITE setDisplayName )
59 Q_PROPERTY( QString statusString READ statusString )
60 Q_PROPERTY( QString statusIcon READ statusIcon )
66 Q_PROPERTY( QUuid metaContactId READ metaContactId WRITE setMetaContactId )
76 SourceContact ,
77 SourceKABC ,
78 SourceCustom
131 Contact *findContact( const QString &protocolId, const QString &accountId, const QString &contactId );
143 void setDisplayNameSource( const QString &nameSourcePID, const QString &nameSourceAID, const QString &nameSourceCID );
165 void setPhotoSource( const QString &photoSourcePID, const QString &photoSourceAID, const QString &photoSourceCID );
402 void setAddressBookField( Plugin *p, const QString &app, const QString &key, const QString &value );
524 void onlineStatusChanged( Kopete::MetaContact *contact, Kopete::OnlineStatus::StatusType status );
589 void slotContactStatusChanged( Kopete::Contact *c, const Kopete::OnlineStatus &status, const Kopete::OnlineStatus &oldStatus );
594 void slotPropertyChanged( Kopete::PropertyContainer *contact, const QString &key, const QVariant &oldValue, const QVariant &newValue );
Definition: kopeteonlinestatus.h:68
QString nameFromContact(Kopete::Contact *c)
Definition: kopetemetacontact.cpp:713
PropertySource
Enumeration of possible sources for a property (which may be photos, see setPhotoSource() for instanc...
Definition: kopetemetacontact.h:75
QImage photoFromContact(Kopete::Contact *contact)
Definition: kopetemetacontact.cpp:763
Definition: kopetecontact.h:58
Definition: kopetemetacontact.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 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:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.